Skip to content

Commit cf37713

Browse files
committed
skip the failing test with JRuby
1 parent 0314cfd commit cf37713

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test_racc_command.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,8 @@ def test_tp_plus
320320
end
321321

322322
def test_ifelse
323+
omit if RUBY_PLATFORM =~ /java/
324+
323325
stderr = nil
324326
racc "-o#{@TAB_DIR}/ifelse", "#{ASSET_DIR}/ifelse.y", stdout_filter: ->(s) { stderr = s }
325327
stderr = stderr.lines[1..-1].join if RUBY_PLATFORM.match?(/java/)

0 commit comments

Comments
 (0)