]> granicus.if.org Git - python/commitdiff
Issue #7857: Tentatively re-enabling one test to see effect on buildbots.
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Sat, 6 Feb 2010 20:00:43 +0000 (20:00 +0000)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Sat, 6 Feb 2010 20:00:43 +0000 (20:00 +0000)
Lib/test/test_logging.py

index 8cbc060bf627ebb8de43de19d1a7ab5351f41e93..511d3c4da948044c772d85ca167ee77700419745 100644 (file)
@@ -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))