summaryrefslogtreecommitdiffstatshomepage
path: root/tests/run-tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-tests')
-rwxr-xr-xtests/run-tests4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/run-tests b/tests/run-tests
index 32d334a008..059e4e910f 100755
--- a/tests/run-tests
+++ b/tests/run-tests
@@ -200,6 +200,10 @@ def run_tests(pyb, tests, args):
# Some tests shouldn't be run under Travis CI
if os.getenv('TRAVIS') == 'true':
skip_tests.add('basics/memoryerror.py')
+ skip_tests.add('thread/thread_gc1.py') # has reliability issues
+ skip_tests.add('thread/thread_lock4.py') # has reliability issues
+ skip_tests.add('thread/stress_heap.py') # has reliability issues
+ skip_tests.add('thread/stress_recurse.py') # has reliability issues
if not has_complex:
skip_tests.add('float/complex1.py')