cpython: Issue #11557: disable test_logging.test_no_kwargs (fail on most buildbots)
http://hg.python.org/cpython/rev/024967cdc2f0 changeset: 69073:024967cdc2f0 user: Victor Stinner <victor.stinner@haypocalc.com> date: Thu Mar 31 03:22:15 2011 +0200 summary: Issue #11557: disable test_logging.test_no_kwargs (fail on most buildbots) files: 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 --- 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() -- Repository URL: http://hg.python.org/cpython
participants (1)
-
victor.stinner