From: Vinay Sajip Date: Sun, 20 May 2012 08:53:13 +0000 (+0100) Subject: Temporarily disabled test_race on Windows. X-Git-Tag: v2.7.4rc1~800^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=269d21336a1b68ef8e772759341236097b5dd8b3;p=thirdparty%2FPython%2Fcpython.git Temporarily disabled test_race on Windows. --- diff --git a/Lib/test/test_logging.py b/Lib/test/test_logging.py index 08e2dca34b7f..eed5a8490295 100644 --- a/Lib/test/test_logging.py +++ b/Lib/test/test_logging.py @@ -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.