summaryrefslogtreecommitdiff
path: root/tool/test-bundled-gems.rb
diff options
context:
space:
mode:
authorSoutaro Matsumoto <matsumoto@soutaro.com>2023-03-02 12:59:04 +0900
committerGitHub <noreply@github.com>2023-03-02 12:59:04 +0900
commit1abec43b5d3290ef2229ceb64014ed91410a6381 (patch)
treeaf546191cf1ef52b4c04248513ff110222a8f0e6 /tool/test-bundled-gems.rb
parentd2d521b274f6fb5630b64365c6f1af0dbbc0719f (diff)
downloadruby-1abec43b5d3290ef2229ceb64014ed91410a6381.tar.gz
Fix rbs (#7415)
* Update RBS to skip validation task * Revert TEST_BUNDLED_GEMS_ALLOW_FAILURES
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 26ad265608..5ec8cc5cc7 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 RBS_SKIP_TESTS=#{__dir__}/rbs_skip_tests"
+ test_command << " stdlib_test validate RBS_SKIP_TESTS=#{__dir__}/rbs_skip_tests SKIP_RBS_VALIDATION=true"
first_timeout *= 3
when "debug"