From 3c7c355e67562aba62fbd84d91e0bd14660eeab8 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Thu, 31 Mar 2011 03:22:15 +0200 Subject: Issue #11557: disable test_logging.test_no_kwargs (fail on most buildbots) --- Lib/test/test_logging.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/test/test_logging.py b/Lib/test/test_logging.py index bfb2404..18222ea 100644 --- a/Lib/test/test_logging.py +++ b/Lib/test/test_logging.py @@ -2406,6 +2406,7 @@ class BasicConfigTest(unittest.TestCase): logging.shutdown() super(BasicConfigTest, self).tearDown() + @unittest.skipIf(True, "test disabled, issue #11557") def test_no_kwargs(self): logging.basicConfig() -- cgit v0.12