From 5749d88243cc9618dff9f829e3084d7e2b736c65 Mon Sep 17 00:00:00 2001 From: Vinay Sajip Date: Sat, 6 Feb 2010 20:00:43 +0000 Subject: [PATCH] Issue #7857: Tentatively re-enabling one test to see effect on buildbots. --- Lib/test/test_logging.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/test_logging.py b/Lib/test/test_logging.py index 8cbc060bf6..511d3c4da9 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)) -- 2.40.0