Merge pull request #5455 from jmchilton/backport_flakey

[18.01] Backport: Add --skip_flakey_fails flag to CI script for API tests
This commit is contained in:
Martin Cech
2018-02-03 11:45:16 -05:00
committed by GitHub
+1 -1
View File
@@ -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 "$@"