Skip to content

Commit bf53bb0

Browse files
committed
Mark failing tests from test_repl
1 parent 563f9ec commit bf53bb0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Lib/test/test_repl.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ def test_multiline_string_parsing(self):
9292
output = kill_python(p)
9393
self.assertEqual(p.returncode, 0)
9494

95+
# TODO: RUSTPYTHON
96+
@unittest.expectedFailure
9597
def test_close_stdin(self):
9698
user_input = dedent('''
9799
import os

0 commit comments

Comments
 (0)