mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
logging: skipped listening tests because they're not working reliably.
This commit is contained in:
parent
0e7123fbd4
commit
e1ec841086
1 changed files with 2 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue