Kaydet (Commit) 14a88abf authored tarafından Gregory P. Smith's avatar Gregory P. Smith

issue9859: Use an expected failure rather than a skip.

üst cadbab29
......@@ -722,7 +722,7 @@ class PyIOTest(IOTest):
@support.cpython_only
class APIMismatchTest(unittest.TestCase):
@unittest.skip('test to be fixed by issue 9858')
@unittest.expectedFailure # Test to be fixed by issue9858.
def test_RawIOBase_io_in_pyio_match(self):
"""Test that pyio RawIOBase class has all c RawIOBase methods"""
mismatch = support.detect_api_mismatch(pyio.RawIOBase, io.RawIOBase)
......
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