aboutsummaryrefslogtreecommitdiffstats
path: root/tool
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-10-21 20:32:43 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2023-10-22 08:44:52 +0900
commit9e93af5329f35092c3de3ea37d4e9e181b800bb2 (patch)
tree7c217346bba194fb1d3248d9270749985e6f5717 /tool
parent0ca5182ae506e2518fc68f3512d173f547ebfbf1 (diff)
downloadruby-9e93af5329f35092c3de3ea37d4e9e181b800bb2.tar.gz
Skip RBS `RbConfig::TOPDIR` test that is `nil` before installation
Diffstat (limited to 'tool')
-rw-r--r--tool/test-bundled-gems.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/test-bundled-gems.rb b/tool/test-bundled-gems.rb
index 268c8c7369..1bc95ef46e 100644
--- a/tool/test-bundled-gems.rb
+++ b/tool/test-bundled-gems.rb
@@ -36,6 +36,7 @@ File.foreach("#{gem_dir}/bundled_gems") do |line|
when "rbs"
# TODO: We should skip test file instead of test class/methods
skip_test_files = %w[
+ test/stdlib/RbConfig_test.rb
]
skip_test_files.each do |file|