summaryrefslogtreecommitdiff
path: root/bootstraptest
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-02-08 14:17:15 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2023-03-05 22:41:18 -0800
commite6354d5e9b6c054faa4590a1ba4aebec4004e6ff (patch)
treec1c72e9841f7c2715ed86e74783c85b84431a456 /bootstraptest
parentfa9a0cb970ced2ead175392bfde89a952e710dd0 (diff)
downloadruby-e6354d5e9b6c054faa4590a1ba4aebec4004e6ff.tar.gz
Deal with too slow test
Diffstat (limited to 'bootstraptest')
-rw-r--r--bootstraptest/test_gc.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstraptest/test_gc.rb b/bootstraptest/test_gc.rb
index eb68c9845e..d7c8251afa 100644
--- a/bootstraptest/test_gc.rb
+++ b/bootstraptest/test_gc.rb
@@ -14,7 +14,7 @@ ms = "a".."k"
o.send(meth)
end
end
-}, '[ruby-dev:39453]'
+}, '[ruby-dev:39453]' unless ENV.fetch('RUN_OPTS', '').include?('mjit') # speed up MJIT CI
assert_normal_exit %q{
a = []