From: Victor Stinner Date: Thu, 31 Mar 2011 01:22:15 +0000 (+0200) Subject: Issue #11557: disable test_logging.test_no_kwargs (fail on most buildbots) X-Git-Tag: v3.3.0a1~2722 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3c7c355e67562aba62fbd84d91e0bd14660eeab8;p=python Issue #11557: disable test_logging.test_no_kwargs (fail on most buildbots) --- diff --git a/Lib/test/test_logging.py b/Lib/test/test_logging.py index bfb240486a..18222ea108 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()