From: Nick Coghlan Date: Thu, 17 Oct 2013 15:46:19 +0000 (+1000) Subject: Skip #16129 test until I debug cross-platform issues X-Git-Tag: v3.4.0a4~79 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8f9571e70ec4fb7e3a257fffea03ff223011d6fb;p=thirdparty%2FPython%2Fcpython.git Skip #16129 test until I debug cross-platform issues --- diff --git a/Lib/test/test_capi.py b/Lib/test/test_capi.py index 91b89514758b..3324c370a689 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")