commit | 171bb26b32a30d782fdb63d1f1bcb4aa72460944 | [log] [tgz] |
---|---|---|
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Sat Apr 13 17:35:14 2013 +0100 |
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Sat Apr 13 17:35:14 2013 +0100 |
tree | e77a56398e69b40a99a8b0f0a9e8e6112f27f5b8 | |
parent | bca5141f2de55cf363ec9ef7beacaf89942b3a45 [diff] |
Issue #17713: Test temporarily skipped while failure investigated.
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 @@ 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)