8000 gh-128002: run all asyncio tests with tsan CI (#131797) · python/cpython@9752661 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9752661

Browse files
gh-128002: run all asyncio tests with tsan CI (#131797)
1 parent 2c8f329 commit 9752661

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)
0