From 43473e36808a9219e7f95d02311ee579cd181c7d Mon Sep 17 00:00:00 2001 From: Vinay Sajip Date: Sun, 12 May 2013 00:18:02 +0100 Subject: Diagnostics collected, test disabled for now. --- Lib/test/test_logging.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/test_logging.py b/Lib/test/test_logging.py index 7c22d9d..8350d77 100644 --- a/Lib/test/test_logging.py +++ b/Lib/test/test_logging.py @@ -3964,7 +3964,7 @@ class TimedRotatingFileHandlerTest(BaseFileTest): finally: rh.close() - #@unittest.skipIf(True, 'Temporarily skipped while failures investigated.') + @unittest.skipIf(True, 'Temporarily skipped while failures investigated.') def test_compute_rollover_weekly_attime(self): currentTime = int(time.time()) today = currentTime - currentTime % 86400 -- cgit v0.12