mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Skip failing test pending investigation.
This commit is contained in:
parent
3ed3b3b402
commit
577abe161d
1 changed files with 1 additions and 0 deletions
|
@ -3964,6 +3964,7 @@ class TimedRotatingFileHandlerTest(BaseFileTest):
|
||||||
finally:
|
finally:
|
||||||
rh.close()
|
rh.close()
|
||||||
|
|
||||||
|
@unittest.skipIf(True, 'Temporarily skipped while failures investigated.')
|
||||||
def test_compute_rollover_weekly_attime(self):
|
def test_compute_rollover_weekly_attime(self):
|
||||||
currentTime = int(time.time())
|
currentTime = int(time.time())
|
||||||
today = currentTime - currentTime % 86400
|
today = currentTime - currentTime % 86400
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue