Commit 9237bb63 authored by Senthil Kumaran's avatar Senthil Kumaran

merge heads

parents 9cffd882 269d2133
...@@ -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