Skip related tests in PathnameInstanceTest

This commit is contained in:
Hiroshi SHIBATA 2024-10-04 11:54:49 +09:00
parent 3c54b8e920
commit c5b1df7524
Notes: git 2024-10-04 03:21:45 +00:00

View file

@ -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)