diff options
-rw-r--r-- | Lib/test/test_logging.py | 1 |
1 files changed, 1 insertions, 0 deletions
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() |