We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91f450e commit 124ceb1Copy full SHA for 124ceb1
spec/return_codes_spec.rb
@@ -35,7 +35,8 @@
35
36
it "prints a message to STDERR" do
37
# https://github.com/oracle/truffleruby/issues/3535
38
- skip "fails on truffleruby" if RUBY_ENGINE == "truffleruby" && command.include?("testunit_bad.rb")
+ skip "fails on truffleruby" if RUBY_ENGINE == "truffleruby" && Object::Object::RUBY_ENGINE_VERSION < "24.1" && command.include?("testunit_bad.rb")
39
+
40
expect(@stderr).to match(/stopped.+SimpleCov.+previous.+error/i)
41
end
42
0 commit comments