mirror of https://github.com/python/cpython.git
logging: enabled test which was intermittently failing on buildbots.
This commit is contained in:
parent
a29a9dd156
commit
eea22d2d66
|
@ -2067,7 +2067,7 @@ def test_main():
|
|||
LogRecordFactoryTest, ChildLoggerTest, QueueHandlerTest,
|
||||
RotatingFileHandlerTest,
|
||||
LastResortTest,
|
||||
#TimedRotatingFileHandlerTest
|
||||
TimedRotatingFileHandlerTest
|
||||
)
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
Loading…
Reference in New Issue