mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
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.
This commit is contained in:
parent
b251d409f9
commit
959f43315e
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue