diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2010-02-06 20:00:43 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2010-02-06 20:00:43 (GMT) |
commit | 5749d88243cc9618dff9f829e3084d7e2b736c65 (patch) | |
tree | 8e0018dd1df0c28af70814b3e3f27df41ebfb79c | |
parent | ee46101e68216863a210ec6d47d4b024d943e2b0 (diff) | |
download | cpython-5749d88243cc9618dff9f829e3084d7e2b736c65.zip cpython-5749d88243cc9618dff9f829e3084d7e2b736c65.tar.gz cpython-5749d88243cc9618dff9f829e3084d7e2b736c65.tar.bz2 |
Issue #7857: Tentatively re-enabling one test to see effect on buildbots.
-rw-r--r-- | Lib/test/test_logging.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ 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)) |