Skip to content

Commit 271cdb3

Browse files
andrykonchineregon
authored andcommitted
Quarantine failing new specs that require investigation
1 parent 10917c5 commit 271cdb3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spec/ruby/core/dir/for_fd_spec.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
require_relative '../../spec_helper'
22
require_relative 'fixtures/common'
33

4+
quarantine! do # leads to "Errno::EBADF: Bad file descriptor - closedir" in DirSpecs.delete_mock_dirs
45
ruby_version_is '3.3' do
56
guard -> { Dir.respond_to? :for_fd } do
67
describe "Dir.for_fd" do
@@ -75,3 +76,4 @@
7576
end
7677
end
7778
end
79+
end

0 commit comments

Comments
 (0)