diff --git a/Lib/test/test_import.py b/Lib/test/test_import.py index bf689aea4ce..5649e146ee7 100644 --- a/Lib/test/test_import.py +++ b/Lib/test/test_import.py @@ -142,6 +142,7 @@ class ImportTests(unittest.TestCase): self.assertIs(orig_path, new_os.path) self.assertIsNot(orig_getenv, new_os.getenv) + @unittest.expectedFailure # Issue 8727 is tracking the fix. def test_module_with_large_stack(self, module='longlist'): # Regression test for http://bugs.python.org/issue561858. filename = module + '.py'