Issue #9251: test_threaded_import didn't fail when run through regrtest
if the import lock was disabled.
diff --git a/Misc/NEWS b/Misc/NEWS
index 6579ae1..494fa1a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1650,6 +1650,9 @@
 Tests
 -----
 
+- Issue #9251: test_threaded_import didn't fail when run through regrtest
+  if the import lock was disabled.
+
 - Issue #8605: Skip test_gdb if Python is compiled with optimizations.
 
 - Issue #7449: Skip test_socketserver if threading support is disabled