]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Temporarily disabled test_race on Windows.
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Sun, 20 May 2012 08:53:13 +0000 (09:53 +0100)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Sun, 20 May 2012 08:53:13 +0000 (09:53 +0100)
Lib/test/test_logging.py

index 08e2dca34b7f74980a379bbda95c221f537572d9..eed5a8490295d19461fb9b74ab6151fe3999b255 100644 (file)
@@ -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.