mirror of https://github.com/python/cpython
Issue 20542: Temporarily skip failing test
This commit is contained in:
parent
d49fa5eb11
commit
96252cd724
|
@ -124,6 +124,8 @@ class ReadTest(MixInCheckStateHandling):
|
||||||
"".join(codecs.iterdecode([bytes([c]) for c in encoded], self.encoding))
|
"".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 test_readline(self):
|
||||||
def getreader(input):
|
def getreader(input):
|
||||||
stream = io.BytesIO(input.encode(self.encoding))
|
stream = io.BytesIO(input.encode(self.encoding))
|
||||||
|
|
Loading…
Reference in New Issue