Issue #7857: Tentatively re-enabling one test to see effect on buildbots.

This commit is contained in:
Vinay Sajip 2010-02-06 20:00:43 +00:00
parent ee46101e68
commit 5749d88243
1 changed files with 1 additions and 1 deletions

View File

@ -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))