mirror of https://github.com/python/cpython
Issue #11557: disable test_logging.test_no_kwargs (fail on most buildbots)
This commit is contained in:
parent
0862d6ed8f
commit
3c7c355e67
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in New Issue