mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Changed comment on test skip.
This commit is contained in:
parent
7148984d61
commit
c3ea4085f9
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue