summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_logging.py
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2013-04-13 16:35:14 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2013-04-13 16:35:14 (GMT)
commit171bb26b32a30d782fdb63d1f1bcb4aa72460944 (patch)
treee77a56398e69b40a99a8b0f0a9e8e6112f27f5b8 /Lib/test/test_logging.py
parentbca5141f2de55cf363ec9ef7beacaf89942b3a45 (diff)
downloadcpython-171bb26b32a30d782fdb63d1f1bcb4aa72460944.zip
cpython-171bb26b32a30d782fdb63d1f1bcb4aa72460944.tar.gz
cpython-171bb26b32a30d782fdb63d1f1bcb4aa72460944.tar.bz2
Issue #17713: Test temporarily skipped while failure investigated.
Diffstat (limited to 'Lib/test/test_logging.py')
-rw-r--r--Lib/test/test_logging.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_logging.py b/Lib/test/test_logging.py
index 73adae5..9a91650 100644
--- a/Lib/test/test_logging.py
+++ b/Lib/test/test_logging.py
@@ -3964,6 +3964,7 @@ class TimedRotatingFileHandlerTest(BaseFileTest):
rh.close()
+ @unittest.skipIf(True, 'Temporarily skipped while failures investigated.')
def test_compute_rollover_weekly_attime(self):
currentTime = 0
atTime = datetime.time(12, 0, 0)