mirror of https://github.com/python/cpython
Changed comment on test skip.
This commit is contained in:
parent
7148984d61
commit
c3ea4085f9
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue