From c5b1df7524e35d6c0a270c38ae65daf7668e2c31 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Fri, 4 Oct 2024 11:54:49 +0900 Subject: [PATCH] Skip related tests in PathnameInstanceTest --- tool/rbs_skip_tests | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tool/rbs_skip_tests b/tool/rbs_skip_tests index 650d1828d5..3ce0d5a196 100644 --- a/tool/rbs_skip_tests +++ b/tool/rbs_skip_tests @@ -77,3 +77,7 @@ test_merge_types(RBS::RuntimePrototypeTest) test_reflection(RBS::RuntimePrototypeTest) test_todo(RBS::RuntimePrototypeTest) test_of(RubyVM::AbstractSyntaxTreeSingletonTest) + +# Pathname#mkpath and #rmtree https://github.com/ruby/ruby/pull/3705 +test_mkpath(PathnameInstanceTest) +test_rmtree(PathnameInstanceTest)