mirror of
https://github.com/python/cpython.git
synced 2026-05-29 15:45:56 -04:00
Reapplied skip logic for test on Windows, which appears to have been lost during a merge.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user