diff --git a/tests/bugs.txt b/tests/bugs.txt
index 1ceb7065363f6460886ede7bb239aee805d319c2..d87227793f4b5296064b28ecdaedb285a2125cff 100644
--- a/tests/bugs.txt
+++ b/tests/bugs.txt
@@ -21,16 +21,19 @@ builtin_subtype_methods_T653
 numpy_memoryview
 
 # CPython regression tests that don't current work:
-pyregr.test_threadsignals
 pyregr.test_signal
 pyregr.test_capi
 pyregr.test_socket
-pyregr.test_threading
 pyregr.test_sys
 pyregr.test_pep3131
 pyregr.test_multiprocessing
 pyregr.test_tempfile
 
+# CPython regression tests with threading issues
+pyregr.test_threadsignals
+pyregr.test_threading
+pyregr.test_logging
+
 # CPython regression tests that don't make sense
 pyregr.test_gdb
 pyregr.test_support