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

Temporarily disabled test_race on Windows.

üst ed11a5d0
...@@ -1877,6 +1877,7 @@ class ChildLoggerTest(BaseTest): ...@@ -1877,6 +1877,7 @@ class ChildLoggerTest(BaseTest):
class HandlerTest(BaseTest): class HandlerTest(BaseTest):
@unittest.skipIf(os.name == 'nt', 'Temporarily disabled for Windows')
@unittest.skipUnless(threading, 'Threading required for this test.') @unittest.skipUnless(threading, 'Threading required for this test.')
def test_race(self): def test_race(self):
# Issue #14632 refers. # 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