1 parent 244332d commit 567e7fcCopy full SHA for 567e7fc
1 file changed
tests/run-tests
@@ -200,6 +200,7 @@ def run_tests(pyb, tests, args):
200
# Some tests shouldn't be run under Travis CI
201
if os.getenv('TRAVIS') == 'true':
202
skip_tests.add('basics/memoryerror.py')
203
+ skip_tests.add('thread/thread_lock4.py') # has reliability issues
204
205
if not has_complex:
206
skip_tests.add('float/complex1.py')
0 commit comments