mirror of
https://github.com/ruby/ruby.git
synced 2025-08-26 06:25:31 +02:00
SKip failing tests that are caused by unknown IOError
This commit is contained in:
parent
973d470288
commit
bb97061f65
Notes:
git
2024-10-02 09:03:35 +00:00
1 changed files with 10 additions and 0 deletions
|
@ -77,3 +77,13 @@ test_merge_types(RBS::RuntimePrototypeTest)
|
|||
test_reflection(RBS::RuntimePrototypeTest)
|
||||
test_todo(RBS::RuntimePrototypeTest)
|
||||
test_of(RubyVM::AbstractSyntaxTreeSingletonTest)
|
||||
|
||||
# rbs-3.6.0 and Ruby 3.4.0dev: IOError: closed stream
|
||||
|
||||
test_spawn(PTYSingletonTest)
|
||||
test_getpty(PTYSingletonTest)
|
||||
test_check(PTYSingletonTest)
|
||||
test_width_for(PPSingletonTest)
|
||||
test_singleline_pp(PPSingletonTest)
|
||||
test_singleline_pp(PPSingletonTest)
|
||||
test_capture2e(Open3SingletonTest)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue