diff --git a/Lib/test/libregrtest/tsan.py b/Lib/test/libregrtest/tsan.py index 37d2983837fb78..77dde5ecb076e2 100644 --- a/Lib/test/libregrtest/tsan.py +++ b/Lib/test/libregrtest/tsan.py @@ -6,7 +6,7 @@ 'test_capi.test_mem', 'test_capi.test_pyatomic', 'test_code', - 'test_concurrent_futures', + # 'test_concurrent_futures', # gh-130605: too many data races 'test_enum', 'test_functools', 'test_httpservers',