]> granicus.if.org Git - python/commitdiff
Diagnostics collected, test disabled for now.
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Sat, 11 May 2013 23:18:02 +0000 (00:18 +0100)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Sat, 11 May 2013 23:18:02 +0000 (00:18 +0100)
Lib/test/test_logging.py

index 7c22d9d8b9efadc7a9a37e7b886371e21bedaf0d..8350d77c2cf536c50818d4c0e71c2cea9147cf75 100644 (file)
@@ -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