Skip to content

Commit 567e7fc

Browse files
committed
tests/run-tests: Disable thread/thread_lock4.py on Travis.
It has reliability issues that need to be worked out.
1 parent 244332d commit 567e7fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/run-tests

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ def run_tests(pyb, tests, args):
200200
# Some tests shouldn't be run under Travis CI
201201
if os.getenv('TRAVIS') == 'true':
202202
skip_tests.add('basics/memoryerror.py')
203+
skip_tests.add('thread/thread_lock4.py') # has reliability issues
203204

204205
if not has_complex:
205206
skip_tests.add('float/complex1.py')

0 commit comments

Comments
 (0)