https://github.com/python/cpython/commit/959f43315e165a868888808d30025785d4ae3e7c commit: 959f43315e165a868888808d30025785d4ae3e7c branch: main author: Sam Gross <colesb...@gmail.com> committer: colesbury <colesb...@gmail.com> date: 2025-02-26T21:36:53Z summary:
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. files: M Lib/test/libregrtest/tsan.py 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', _______________________________________________ Python-checkins mailing list -- python-checkins@python.org To unsubscribe send an email to python-checkins-le...@python.org https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: arch...@mail-archive.com