mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
gh-128002: run all asyncio tests with tsan CI (#131797)
This commit is contained in:
parent
2c8f329dc6
commit
9752661491
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
# chosen because they use threads and run in a reasonable amount of time.
|
||||
|
||||
TSAN_TESTS = [
|
||||
'test_asyncio.test_free_threading',
|
||||
'test_asyncio',
|
||||
# TODO: enable more of test_capi once bugs are fixed (GH-116908, GH-116909).
|
||||
'test_capi.test_mem',
|
||||
'test_capi.test_pyatomic',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue