Commit 5e86eed3 authored by Vinay Sajip's avatar Vinay Sajip

Reapplied skip logic for test on Windows, which appears to have been lost during a merge.

parent c1f0b538
......@@ -582,6 +582,7 @@ class HandlerTest(BaseTest):
self.assertFalse(h.shouldFlush(r))
h.close()
@unittest.skipIf(os.name == 'nt', 'WatchedFileHandler not appropriate for Windows.')
@unittest.skipUnless(threading, 'Threading required for this test.')
def test_race(self):
# Issue #14632 refers.
......
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