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)