summaryrefslogtreecommitdiff
path: root/test/-ext-/bug_reporter
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-12-28 21:13:39 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-12-28 21:13:39 +0900
commit763592d208883714f3d255eb5fb1bee649e9613b (patch)
tree0be32f97426d20c38d631d63436874868456a29c /test/-ext-/bug_reporter
parent55cdb8b01392848e426521f1589d51dc0fca9608 (diff)
Use omit instead of skip: test/-ext-/**/*.rb
Diffstat (limited to 'test/-ext-/bug_reporter')
-rw-r--r--test/-ext-/bug_reporter/test_bug_reporter.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/-ext-/bug_reporter/test_bug_reporter.rb b/test/-ext-/bug_reporter/test_bug_reporter.rb
index 569172d42c..fc3bea207c 100644
--- a/test/-ext-/bug_reporter/test_bug_reporter.rb
+++ b/test/-ext-/bug_reporter/test_bug_reporter.rb
@@ -4,7 +4,7 @@ require 'tmpdir'
class TestBugReporter < Test::Unit::TestCase
def test_bug_reporter_add
- skip if ENV['RUBY_ON_BUG']
+ omit if ENV['RUBY_ON_BUG']
description = RUBY_DESCRIPTION
description = description.sub(/\+MJIT /, '') if defined?(RubyVM::MJIT) && RubyVM::MJIT.enabled?