From 959f43315e165a868888808d30025785d4ae3e7c Mon Sep 17 00:00:00 2001 From: Sam Gross Date: Wed, 26 Feb 2025 16:36:53 -0500 Subject: 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. --- 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 37d2983..77dde5e 100644 --- a/Lib/test/libregrtest/tsan.py +++ b/Lib/test/libregrtest/tsan.py @@ -6,7 +6,7 @@ TSAN_TESTS = [ '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', -- cgit v0.12