Skip to content

Commit

Permalink
Enable skipped on TruffleRuby test case
Browse files Browse the repository at this point in the history
  • Loading branch information
andrykonchin committed Apr 29, 2024
1 parent 91f450e commit 196c6df
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spec/return_codes_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@
end

it "prints a message to STDERR" do
# https://github.com/oracle/truffleruby/issues/3535
skip "fails on truffleruby" if RUBY_ENGINE == "truffleruby" && command.include?("testunit_bad.rb")
expect(@stderr).to match(/stopped.+SimpleCov.+previous.+error/i)
end
end
Expand Down

0 comments on commit 196c6df

Please sign in to comment.