diff options
| author | Andrew Konchin <andry.konchin@gmail.com> | 2025-01-07 12:40:26 +0200 |
|---|---|---|
| committer | Benoit Daloze <eregontp@gmail.com> | 2025-01-07 12:30:52 +0100 |
| commit | 271cdb3c1c9f76ef94f2d51bac5db80f6318c01f (patch) | |
| tree | 6b4eadfc05c88c77bd60f9f78a8d3958bd9e79e7 | |
| parent | 10917c5cc026f839a3dcd072b6e274eed211d0f7 (diff) | |
Quarantine failing new specs that require investigation
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/12517
| -rw-r--r-- | spec/ruby/core/dir/for_fd_spec.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/ruby/core/dir/for_fd_spec.rb b/spec/ruby/core/dir/for_fd_spec.rb index eeda26754a..b2af7bda84 100644 --- a/spec/ruby/core/dir/for_fd_spec.rb +++ b/spec/ruby/core/dir/for_fd_spec.rb @@ -1,6 +1,7 @@ require_relative '../../spec_helper' require_relative 'fixtures/common' +quarantine! do # leads to "Errno::EBADF: Bad file descriptor - closedir" in DirSpecs.delete_mock_dirs ruby_version_is '3.3' do guard -> { Dir.respond_to? :for_fd } do describe "Dir.for_fd" do @@ -75,3 +76,4 @@ ruby_version_is '3.3' do end end end +end |
