Commit 3c7c355e authored by Victor Stinner's avatar Victor Stinner

Issue #11557: disable test_logging.test_no_kwargs (fail on most buildbots)

parent 0862d6ed
...@@ -2406,6 +2406,7 @@ class BasicConfigTest(unittest.TestCase): ...@@ -2406,6 +2406,7 @@ class BasicConfigTest(unittest.TestCase):
logging.shutdown() logging.shutdown()
super(BasicConfigTest, self).tearDown() super(BasicConfigTest, self).tearDown()
@unittest.skipIf(True, "test disabled, issue #11557")
def test_no_kwargs(self): def test_no_kwargs(self):
logging.basicConfig() logging.basicConfig()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment