mirror of https://github.com/python/cpython
Skip #16129 test until I debug cross-platform issues
This commit is contained in:
parent
6508dc5f06
commit
8f9571e70e
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue