mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Skip related tests in PathnameInstanceTest
This commit is contained in:
parent
3c54b8e920
commit
c5b1df7524
Notes:
git
2024-10-04 03:21:45 +00:00
1 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue