From: Vinay Sajip Date: Sat, 6 Feb 2010 20:00:43 +0000 (+0000) Subject: Issue #7857: Tentatively re-enabling one test to see effect on buildbots. X-Git-Tag: v2.7a4~264 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5749d88243cc9618dff9f829e3084d7e2b736c65;p=thirdparty%2FPython%2Fcpython.git Issue #7857: Tentatively re-enabling one test to see effect on buildbots. --- diff --git a/Lib/test/test_logging.py b/Lib/test/test_logging.py index 8cbc060bf627..511d3c4da948 100644 --- a/Lib/test/test_logging.py +++ b/Lib/test/test_logging.py @@ -1595,7 +1595,7 @@ class ConfigDictTest(BaseTest): logging.config.stopListening() t.join(2.0) - @unittest.skip("See issue #7857") + #@unittest.skip("See issue #7857") def test_listen_config_10_ok(self): with captured_stdout() as output: self.setup_via_listener(json.dumps(self.config10))