mirror of
https://github.com/python/cpython.git
synced 2025-08-28 20:56:54 +00:00
Reapplied skip logic for test on Windows, which appears to have been lost during a merge.
This commit is contained in:
parent
c1f0b53875
commit
5e86eed33e
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue