mirror of https://github.com/python/cpython
Temporarily disabled test_race on Windows.
This commit is contained in:
parent
ed11a5d018
commit
269d21336a
|
@ -1877,6 +1877,7 @@ class ChildLoggerTest(BaseTest):
|
|||
|
||||
class HandlerTest(BaseTest):
|
||||
|
||||
@unittest.skipIf(os.name == 'nt', 'Temporarily disabled for Windows')
|
||||
@unittest.skipUnless(threading, 'Threading required for this test.')
|
||||
def test_race(self):
|
||||
# Issue #14632 refers.
|
||||
|
|
Loading…
Reference in New Issue