summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2012-05-20 08:53:13 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2012-05-20 08:53:13 (GMT)
commit269d21336a1b68ef8e772759341236097b5dd8b3 (patch)
tree608f36b4cd5292224bfb77bbc8c2ac9a3e8187e2 /Lib
parented11a5d018e3fc234d7126832756a15c1af67d22 (diff)
downloadcpython-269d21336a1b68ef8e772759341236097b5dd8b3.zip
cpython-269d21336a1b68ef8e772759341236097b5dd8b3.tar.gz
cpython-269d21336a1b68ef8e772759341236097b5dd8b3.tar.bz2
Temporarily disabled test_race on Windows.
Diffstat (limited to 'Lib')
-rw-r--r--Lib/test/test_logging.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_logging.py b/Lib/test/test_logging.py
index 08e2dca..eed5a84 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.