gh-128002: add test_asyncio.test_free_threading to tsan tests (#131106)

This commit is contained in:
Kumar Aditya 2025-03-12 01:33:44 +05:30 committed by GitHub
parent fcf756adef
commit 24070492cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,6 +2,7 @@
# chosen because they use threads and run in a reasonable amount of time.
TSAN_TESTS = [
'test_asyncio.test_free_threading',
# TODO: enable more of test_capi once bugs are fixed (GH-116908, GH-116909).
'test_capi.test_mem',
'test_capi.test_pyatomic',