Commit c3ea4085 authored by Vinay Sajip's avatar Vinay Sajip

Changed comment on test skip.

parent 7148984d
......@@ -1877,7 +1877,7 @@ class ChildLoggerTest(BaseTest):
class HandlerTest(BaseTest):
@unittest.skipIf(os.name == 'nt', 'Temporarily disabled for Windows')
@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