From a4d5aef6bb38024adc1e3ffd9cfa13cc6fd1dac6 Mon Sep 17 00:00:00 2001 From: Kumar Aditya Date: Sat, 21 Jun 2025 18:03:42 +0530 Subject: [PATCH] reenable test_concurrent_futures --- Lib/test/libregrtest/tsan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/libregrtest/tsan.py b/Lib/test/libregrtest/tsan.py index d984a735bdf92f..3545c5f999ff70 100644 --- a/Lib/test/libregrtest/tsan.py +++ b/Lib/test/libregrtest/tsan.py @@ -8,7 +8,7 @@ 'test_capi.test_pyatomic', 'test_code', 'test_ctypes', - # 'test_concurrent_futures', # gh-130605: too many data races + 'test_concurrent_futures', 'test_enum', 'test_functools', 'test_httpservers',