commit | 5749d88243cc9618dff9f829e3084d7e2b736c65 | [log] [tgz] |
---|---|---|
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Sat Feb 06 20:00:43 2010 +0000 |
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Sat Feb 06 20:00:43 2010 +0000 |
tree | 8e0018dd1df0c28af70814b3e3f27df41ebfb79c | |
parent | ee46101e68216863a210ec6d47d4b024d943e2b0 [diff] [blame] |
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 8cbc060..511d3c4 100644 --- a/Lib/test/test_logging.py +++ b/Lib/test/test_logging.py
@@ -1595,7 +1595,7 @@ 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))