This commit is contained in:
Emmanuel Cazenave 2018-04-25 18:22:57 +02:00
parent 51b9fd668a
commit 54b859bf0f
2 changed files with 1 additions and 5 deletions

2
Jenkinsfile vendored
View File

@ -26,7 +26,7 @@ pipeline {
utils.publish_cobertura_report('**/coverage.xml')
utils.mail_notify(currentBuild, env, 'admin+jenkins-combo@entrouvert.com')
}
//cleanWs()
cleanWs()
}
}
}

View File

@ -32,10 +32,6 @@ def assets_base():
z.close()
def test_fail():
assert False
def test_no_menu_if_not_enabled(app, admin_user):
app = login(app)
resp = app.get('/manage/', status=200)