summaryrefslogtreecommitdiff
path: root/tool/test-bundled-gems.rb
diff options
context:
space:
mode:
authorSoutaro Matsumoto <matsumoto@soutaro.com>2022-12-21 22:11:51 +0900
committerGitHub <noreply@github.com>2022-12-21 22:11:51 +0900
commit6af6857ecfd5d67e5e9125c7ace0900475481275 (patch)
treef6ed80d89d41106672e70a34a73878b62d52258b /tool/test-bundled-gems.rb
parentbefc99c00813568973a6330b2101e27184aab509 (diff)
downloadruby-6af6857ecfd5d67e5e9125c7ace0900475481275.tar.gz
Set up RBS_SKIP_TESTS (#6862)
* Set up RBS_SKIP_TESTS
Diffstat (limited to 'tool/test-bundled-gems.rb')
-rw-r--r--tool/test-bundled-gems.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/test-bundled-gems.rb b/tool/test-bundled-gems.rb
index ae4d4f0ca3..26ad265608 100644
--- a/tool/test-bundled-gems.rb
+++ b/tool/test-bundled-gems.rb
@@ -34,7 +34,7 @@ File.foreach("#{gem_dir}/bundled_gems") do |line|
when "typeprof"
when "rbs"
- test_command << " stdlib_test validate"
+ test_command << " stdlib_test validate RBS_SKIP_TESTS=#{__dir__}/rbs_skip_tests"
first_timeout *= 3
when "debug"