mirror of
https://github.com/python/cpython.git
synced 2025-07-30 22:54:16 +00:00
Issue #7857: Tentatively re-enabling one test to see effect on buildbots.
This commit is contained in:
parent
ee46101e68
commit
5749d88243
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue