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

Added test skip under Windows, as not applicable there.

üst cf4a1b7e
......@@ -2331,6 +2331,7 @@ for when, exp in (('S', 1),
class HandlerTest(BaseTest):
@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