diff --git a/Lib/test/test_pyclbr.py b/Lib/test/test_pyclbr.py index 66bb30d3426..f06604b98bf 100644 --- a/Lib/test/test_pyclbr.py +++ b/Lib/test/test_pyclbr.py @@ -143,7 +143,7 @@ def test_others(self): cm = self.checkModule # These were once about the 10 longest modules - cm('random', ignore=('_verify',)) # deleted + ## cm('random') # This test crashes (probably due to the "import as"). cm('cgi', ignore=('log',)) # set with = in module cm('mhlib') cm('urllib', ignore=('getproxies_registry',