From: Vinay Sajip Date: Sat, 13 Apr 2013 16:35:14 +0000 (+0100) Subject: Issue #17713: Test temporarily skipped while failure investigated. X-Git-Tag: v3.4.0a1~963 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=171bb26b32a30d782fdb63d1f1bcb4aa72460944;p=python Issue #17713: Test temporarily skipped while failure investigated. --- diff --git a/Lib/test/test_logging.py b/Lib/test/test_logging.py index 73adae5b08..9a91650c23 100644 --- a/Lib/test/test_logging.py +++ b/Lib/test/test_logging.py @@ -3964,6 +3964,7 @@ class TimedRotatingFileHandlerTest(BaseFileTest): 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)