From 8dbd6c995737ec1a21bf0ae73bccfc30954e5a17 Mon Sep 17 00:00:00 2001 From: Kumar Aditya Date: Fri, 4 Jul 2025 12:01:57 +0530 Subject: [PATCH] enable test_capi --- Lib/test/libregrtest/tsan.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Lib/test/libregrtest/tsan.py b/Lib/test/libregrtest/tsan.py index 3545c5f999ff70..f1f8c8bde920ae 100644 --- a/Lib/test/libregrtest/tsan.py +++ b/Lib/test/libregrtest/tsan.py @@ -3,9 +3,7 @@ TSAN_TESTS = [ 'test_asyncio', - # TODO: enable more of test_capi once bugs are fixed (GH-116908, GH-116909). - 'test_capi.test_mem', - 'test_capi.test_pyatomic', + 'test_capi', 'test_code', 'test_ctypes', 'test_concurrent_futures',