Issue #17713: Test temporarily skipped while failure investigated.

This commit is contained in:
Vinay Sajip 2013-04-13 17:35:14 +01:00
parent bca5141f2d
commit 171bb26b32
1 changed files with 1 additions and 0 deletions

View File

@ -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)