mirror of https://github.com/python/cpython
Issue #7857: Tentatively re-enabling one test to see effect on buildbots.
This commit is contained in:
parent
ee46101e68
commit
5749d88243
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue