aboutsummaryrefslogtreecommitdiffstats
path: root/tool
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-10-24 22:21:21 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2023-10-24 22:59:09 +0900
commitc86c6a84f53a21330702ebd21cc1a65d7776171d (patch)
tree802bd23502dd95fe5f37e9c9eba14936cbb828be /tool
parentc44d65427e639ca45c17b1c9dece798bae59f047 (diff)
downloadruby-c86c6a84f53a21330702ebd21cc1a65d7776171d.tar.gz
[Bug #19968] Revert RBS revision to test
This reverts the commits for the master branch of RBS: - commit f717faac632dd8664d0967f8e639b84d5d032854: "Update rbs revision to test" The target revision to test is in master branch, not for 3.2.x. - commit 9e93af5329f35092c3de3ea37d4e9e181b800bb2: "Skip RBS `RbConfig::TOPDIR` test that is `nil` before installation" RbConfig_test.rb is not updated in 3.2.x branch.
Diffstat (limited to 'tool')
-rw-r--r--tool/test-bundled-gems.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/tool/test-bundled-gems.rb b/tool/test-bundled-gems.rb
index 1bc95ef46e..268c8c7369 100644
--- a/tool/test-bundled-gems.rb
+++ b/tool/test-bundled-gems.rb
@@ -36,7 +36,6 @@ 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|