Issue #19493: Backport 6f63fff5c120
diff --git a/Misc/NEWS b/Misc/NEWS
index 7759edb..b09bd84 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -67,6 +67,9 @@
 Tests
 -----
 
+- Issue #19493: Refactored the ctypes test package to skip tests explicitly
+  rather than silently.
+
 - Issue #18492: All resources are now allowed when tests are not run by
   regrtest.py.