mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Diagnostics collected, test disabled for now.
This commit is contained in:
parent
caf9eb8ada
commit
43473e3680
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue