gh-128002: run all asyncio tests with tsan CI (#131797)

This commit is contained in:
Kumar Aditya 2025-03-28 19:30:36 +05:30 committed by GitHub
parent 2c8f329dc6
commit 9752661491
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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',