Skip to content

Commit dd21dee

Browse files
colesburyseehwan80
authored andcommitted
pythongh-130605: Temporarily disable test_concurrent_futures in TSAN CI job (pythongh-130606)
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 c6c890b commit dd21dee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/libregrtest/tsan.py

Lines changed: 1 addition & 1 deletion
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)