Skip to content

Commit e7e0352

Browse files
committed
Skip test_timer in travis
The test-timer test is not deterministic. It may fail occasionally (e.g. if the machine is overloaded) cause testsuite failures that interfere with CI. Exclude this test in travis.
1 parent 1fce9c5 commit e7e0352

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ before_install:
1616

1717
script:
1818
- docker exec taurus-test /bin/bash -c "cd taurus ; python setup.py install"
19-
- docker exec taurus-test /bin/bash -c "taurustestsuite"
19+
- docker exec taurus-test /bin/bash -c "taurustestsuite -e taurus\.core\.util\.test\.test_timer"

0 commit comments

Comments
 (0)