Commit e1ec8410 authored by Vinay Sajip's avatar Vinay Sajip

logging: skipped listening tests because they're not working reliably.

parent 0e7123fb
......@@ -1592,6 +1592,7 @@ class ConfigDictTest(BaseTest):
logging.config.stopListening()
t.join(2.0)
@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))
......@@ -1611,6 +1612,7 @@ class ConfigDictTest(BaseTest):
('ERROR', '4'),
], stream=output)
@unittest.skip("See issue #7857")
def test_listen_config_1_ok(self):
with captured_stdout() as output:
self.setup_via_listener(textwrap.dedent(ConfigFileTest.config1))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment