Issue #19572: More silently skipped tests explicitly skipped.
diff --git a/Misc/NEWS b/Misc/NEWS
index b1a4e1f..7d7d9bf 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -91,7 +91,7 @@
 - Issue #17883: Backported _is_gui_available() in test.test_support to
   avoid hanging Windows buildbots on test_ttk_guionly.
 
-- Issue #18702: All skipped tests now reported as skipped.
+- Issue #18702, #19572: All skipped tests now reported as skipped.
 
 - Issue #19085: Added basic tests for all tkinter widget options.