Skip to content

Commit 8dbd6c9

Browse files
enable test_capi
1 parent b582d75 commit 8dbd6c9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Lib/test/libregrtest/tsan.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33

44
TSAN_TESTS = [
55
'test_asyncio',
6-
# TODO: enable more of test_capi once bugs are fixed (GH-116908, GH-116909).
7-
'test_capi.test_mem',
8-
'test_capi.test_pyatomic',
6+
'test_capi',
97
'test_code',
108
'test_ctypes',
119
'test_concurrent_futures',

0 commit comments

Comments
 (0)