Issue #17713: Test temporarily skipped while failure investigated.
diff --git a/Lib/test/test_logging.py b/Lib/test/test_logging.py
index 73adae5..9a91650 100644
--- a/Lib/test/test_logging.py
+++ b/Lib/test/test_logging.py
@@ -3964,6 +3964,7 @@
 
         rh.close()
 
+    @unittest.skipIf(True, 'Temporarily skipped while failures investigated.')
     def test_compute_rollover_weekly_attime(self):
         currentTime = 0
         atTime = datetime.time(12, 0, 0)