Skip to content

Commit 554e86e

Browse files
committed
Skip failing test on Darwin
1 parent b40b8bc commit 554e86e

File tree

1 file changed

+1
-0
lines changed
  • graalpython/com.oracle.graal.python.test/src/tests

1 file changed

+1
-0
lines changed

graalpython/com.oracle.graal.python.test/src/tests/test_repl.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ def test_basic_repl():
151151
"""))
152152

153153

154+
@unittest.skipIf(sys.platform == 'darwin', "Fails with garbage after EOF")
154155
def test_basic_repl_no_readline():
155156
validate_repl(dedent("""\
156157
>>> 1023 + 1

0 commit comments

Comments
 (0)