Issue #7857: test_logging: listener tests disabled for now.
diff --git a/Lib/test/test_logging.py b/Lib/test/test_logging.py
index 7453672..43a4438 100644
--- a/Lib/test/test_logging.py
+++ b/Lib/test/test_logging.py
@@ -1594,7 +1594,7 @@
             logging.config.stopListening()
             t.join()
 
-    def test_listen_config_10_ok(self):
+    def notest_listen_config_10_ok(self):
         with captured_stdout() as output:
             self.setup_via_listener(json.dumps(self.config10))
             logger = logging.getLogger("compiler.parser")
@@ -1613,7 +1613,7 @@
                 ('ERROR', '4'),
             ], stream=output)
 
-    def test_listen_config_1_ok(self):
+    def notest_listen_config_1_ok(self):
         with captured_stdout() as output:
             self.setup_via_listener(textwrap.dedent(ConfigFileTest.config1))
             logger = logging.getLogger("compiler.parser")