diff options
Diffstat (limited to 'Lib/test/test_capi.py')
-rw-r--r-- | Lib/test/test_capi.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_capi.py b/Lib/test/test_capi.py index 91b8951..3324c37 100644 --- a/Lib/test/test_capi.py +++ b/Lib/test/test_capi.py @@ -260,6 +260,7 @@ class EmbeddingTests(unittest.TestCase): print(out) print(err) + @unittest.skip def test_forced_io_encoding(self): # Checks forced configuration of embedded interpreter IO streams out, err = self.run_embedded_interpreter("forced_io_encoding") |