Skip to content

Commit b14986c

Browse files
gh-130605: reenable test_concurrent_futures tests under TSAN (#135790)
1 parent 6a16b3c commit b14986c

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
@@ -8,7 +8,7 @@
88
'test_capi.test_pyatomic',
99
'test_code',
1010
'test_ctypes',
11-
# 'test_concurrent_futures', # gh-130605: too many data races
11+
'test_concurrent_futures',
1212
'test_enum',
1313
'test_functools',
1414
'test_httpservers',

0 commit comments

Comments
 (0)