Skip to content

Commit f5e13ba

Browse files
kumaraditya303seehwan80
authored andcommitted
pythongh-128002: run all asyncio tests with tsan CI (python#131797)
1 parent fd12fb8 commit f5e13ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/libregrtest/tsan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# chosen because they use threads and run in a reasonable amount of time.
33

44
TSAN_TESTS = [
5-
'test_asyncio.test_free_threading',
5+
'test_asyncio',
66
# TODO: enable more of test_capi once bugs are fixed (GH-116908, GH-116909).
77
'test_capi.test_mem',
88
'test_capi.test_pyatomic',

0 commit comments

Comments
 (0)