From: Vinay Sajip Date: Sat, 11 May 2013 23:18:02 +0000 (+0100) Subject: Diagnostics collected, test disabled for now. X-Git-Tag: v3.4.0a1~745 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=43473e36808a9219e7f95d02311ee579cd181c7d;p=thirdparty%2FPython%2Fcpython.git Diagnostics collected, test disabled for now. --- diff --git a/Lib/test/test_logging.py b/Lib/test/test_logging.py index 7c22d9d8b9ef..8350d77c2cf5 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