mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
Issue #11557: disable test_logging.test_no_kwargs (fail on most buildbots)
This commit is contained in:
parent
0862d6ed8f
commit
3c7c355e67
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue