Temporary silence test broken by issue19255.

Remove unused variables.
This commit is contained in:
Serhiy Storchaka 2014-02-10 19:09:19 +02:00
parent 87a5c515d0
commit d667d72cb7
2 changed files with 2 additions and 3 deletions

View file

@ -2691,7 +2691,8 @@ class CTextIOWrapperTest(TextIOWrapperTest):
class PyTextIOWrapperTest(TextIOWrapperTest):
io = pyio
shutdown_error = "LookupError: unknown encoding: ascii"
#shutdown_error = "LookupError: unknown encoding: ascii"
shutdown_error = "TypeError: 'NoneType' object is not iterable"
class IncrementalNewlineDecoderTest(unittest.TestCase):