We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5af6184 commit 78bc31eCopy full SHA for 78bc31e
1 file changed
tests/run-tests
@@ -201,6 +201,7 @@ def run_tests(pyb, tests, args):
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
+ skip_tests.add('thread/stress_heap.py') # has reliability issues
205
206
if not has_complex:
207
skip_tests.add('float/complex1.py')
0 commit comments