Commit 269d2133 authored by Vinay Sajip's avatar Vinay Sajip

Temporarily disabled test_race on Windows.

parent ed11a5d0
......@@ -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.
......
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