Commit eea22d2d authored by Vinay Sajip's avatar Vinay Sajip

logging: enabled test which was intermittently failing on buildbots.

parent a29a9dd1
...@@ -2067,7 +2067,7 @@ def test_main(): ...@@ -2067,7 +2067,7 @@ def test_main():
LogRecordFactoryTest, ChildLoggerTest, QueueHandlerTest, LogRecordFactoryTest, ChildLoggerTest, QueueHandlerTest,
RotatingFileHandlerTest, RotatingFileHandlerTest,
LastResortTest, LastResortTest,
#TimedRotatingFileHandlerTest TimedRotatingFileHandlerTest
) )
if __name__ == "__main__": if __name__ == "__main__":
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment