Skip to content

Commit 098c108

Browse files
authored
Skip tests that are failing on TruffleRuby (#1170)
1 parent c1cd368 commit 098c108

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

test/irb/test_pager.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ def test_overflow
5454
end
5555

5656
def test_callback_delay
57+
omit if RUBY_ENGINE == "truffleruby"
58+
5759
actual_events = []
5860
overflow_callback = ->(lines) do
5961
actual_events << [:callback_called, lines]

test/irb/test_ruby_lex.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ def teardown
1414
end
1515

1616
def test_interpolate_token_with_heredoc_and_unclosed_embexpr
17+
omit if RUBY_ENGINE == "truffleruby"
18+
1719
code = <<~'EOC'
1820
①+<<A-②
1921
#{③*<<B/④

0 commit comments

Comments
 (0)