commit | 3c7c355e67562aba62fbd84d91e0bd14660eeab8 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Thu Mar 31 03:22:15 2011 +0200 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Thu Mar 31 03:22:15 2011 +0200 |
tree | 29565f8e48e18f2c2f7ca23cf8eb4593a1699645 | |
parent | 0862d6ed8f75ba77933ad6afe061ca3ef6ee6737 [diff] [blame] |
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 bfb2404..18222ea 100644 --- a/Lib/test/test_logging.py +++ b/Lib/test/test_logging.py
@@ -2406,6 +2406,7 @@ logging.shutdown() super(BasicConfigTest, self).tearDown() + @unittest.skipIf(True, "test disabled, issue #11557") def test_no_kwargs(self): logging.basicConfig()