Skip to content

Commit

Permalink
Add --skip_flakey_fails flag to CI script for API tests
Browse files Browse the repository at this point in the history
xref. galaxyproject#5286 (comment)
and following comments.
  • Loading branch information
nsoranzo authored and jmchilton committed Feb 3, 2018
1 parent 5aed347 commit 935b8c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/jenkins/api/run_tests.sh
@@ -1,3 +1,3 @@
#!/bin/bash

./run_tests.sh --dockerize --db postgres --external_tmp --clean_pyc -api "$@"
./run_tests.sh --dockerize --db postgres --external_tmp --clean_pyc --skip_flakey_fails -api "$@"

0 comments on commit 935b8c9

Please sign in to comment.