Kaydet (Commit) 5e86eed3 authored tarafından Vinay Sajip's avatar Vinay Sajip

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

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