Skip to content

Commit c49d59b

Browse files
committed
pythongh-130605: Temporarily disable test_concurrent_futures in TSAN CI job
There are a number of data races in the default build without suppressions that are exposed by this test. Disable the test for now under TSAN until we have suppressions or fix the data races.
1 parent 5ba69e7 commit c49d59b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/libregrtest/tsan.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
'test_capi.test_mem',
77
'test_capi.test_pyatomic',
88
'test_code',
9-
'test_concurrent_futures',
9+
# 'test_concurrent_futures', # gh-130605: too many data races
1010
'test_enum',
1111
'test_functools',
1212
'test_httpservers',

0 commit comments

Comments
 (0)