diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2013-04-13 16:35:14 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2013-04-13 16:35:14 (GMT) |
commit | 171bb26b32a30d782fdb63d1f1bcb4aa72460944 (patch) | |
tree | e77a56398e69b40a99a8b0f0a9e8e6112f27f5b8 /Lib/test/test_logging.py | |
parent | bca5141f2de55cf363ec9ef7beacaf89942b3a45 (diff) | |
download | cpython-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.py | 1 |
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) |