diff --git a/Lib/test/libregrtest/tsan.py b/Lib/test/libregrtest/tsan.py index fde8ba937c0e4b..c5aed436b829d1 100644 --- a/Lib/test/libregrtest/tsan.py +++ b/Lib/test/libregrtest/tsan.py @@ -10,6 +10,7 @@ 'test_importlib', 'test_io', 'test_logging', + 'test_queue', 'test_ssl', 'test_syslog', 'test_thread', @@ -17,6 +18,7 @@ 'test_threading', 'test_threading_local', 'test_threadsignals', + 'test_weakref', ]