Commit 910d4139 authored by Nick Coghlan's avatar Nick Coghlan

Issue 20542: Temporarily skip failing test

parent 26f252f3
......@@ -124,6 +124,8 @@ class ReadTest(MixInCheckStateHandling):
"".join(codecs.iterdecode([bytes([c]) for c in encoded], self.encoding))
)
# Temporary skip, see http://bugs.python.org/issue20542
@unittest.skip
def test_readline(self):
def getreader(input):
stream = io.BytesIO(input.encode(self.encoding))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment