summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_logging.py
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2013-05-11 23:18:02 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2013-05-11 23:18:02 (GMT)
commit43473e36808a9219e7f95d02311ee579cd181c7d (patch)
treee6f96cf858c7f769f8663a53f1243bce39f7b2db /Lib/test/test_logging.py
parentcaf9eb8adacfe67ab310172d499ffaf2e3f4145c (diff)
downloadcpython-43473e36808a9219e7f95d02311ee579cd181c7d.zip
cpython-43473e36808a9219e7f95d02311ee579cd181c7d.tar.gz
cpython-43473e36808a9219e7f95d02311ee579cd181c7d.tar.bz2
Diagnostics collected, test disabled for now.
Diffstat (limited to 'Lib/test/test_logging.py')
-rw-r--r--Lib/test/test_logging.py2
1 files changed, 1 insertions, 1 deletions
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