summaryrefslogtreecommitdiff
path: root/tool/test-bundled-gems.rb
diff options
context:
space:
mode:
authorAlan Wu <XrXr@users.noreply.github.com>2022-11-18 18:56:27 -0500
committerYusuke Endoh <mame@ruby-lang.org>2022-11-19 10:36:51 +0900
commit574d849869032f987d6b9168e01fe704258b8974 (patch)
tree3ad6902c4f61be5db55bf5a5d891faf252011f5c /tool/test-bundled-gems.rb
parent6dcb7b92169e5bd490bb6eaa4d5b9b7445af464c (diff)
downloadruby-574d849869032f987d6b9168e01fe704258b8974.tar.gz
Run skipped minitest tests that now pass
The mentioned PR was merged.
Diffstat (limited to 'tool/test-bundled-gems.rb')
-rw-r--r--tool/test-bundled-gems.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/tool/test-bundled-gems.rb b/tool/test-bundled-gems.rb
index 12358b69cc..67de52c36c 100644
--- a/tool/test-bundled-gems.rb
+++ b/tool/test-bundled-gems.rb
@@ -35,11 +35,6 @@ File.foreach("#{gem_dir}/bundled_gems") do |line|
test_command << " stdlib_test validate"
first_timeout *= 3
- when "minitest"
- # Tentatively exclude some tests that conflict with error_highlight
- # https://github.com/seattlerb/minitest/pull/880
- test_command << " 'TESTOPTS=-e /test_stub_value_block_args_5__break_if_not_passed|test_no_method_error_on_unexpected_methods/'"
-
when "debug"
# Since debug gem requires debug.so in child processes without
# acitvating the gem, we preset necessary paths in RUBYLIB