Skip to content

Commit 959f433

Browse files
authored
gh-130605: Temporarily disable test_concurrent_futures in TSAN CI job (gh-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 b251d40 commit 959f433

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)