[Python-checkins] cpython: Diagnostics collected, test disabled for now.

vinay.sajip python-checkins at python.org
Sun May 12 01:18:13 CEST 2013


http://hg.python.org/cpython/rev/3fe80a481dd9
changeset:   83722:3fe80a481dd9
user:        Vinay Sajip <vinay_sajip at yahoo.co.uk>
date:        Sun May 12 00:18:02 2013 +0100
summary:
  Diagnostics collected, test disabled for now.

files:
  Lib/test/test_logging.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/test/test_logging.py b/Lib/test/test_logging.py
--- a/Lib/test/test_logging.py
+++ b/Lib/test/test_logging.py
@@ -3964,7 +3964,7 @@
         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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list