Skip to content

Commit

Permalink
TestProcess#test_daemon_noclose is only working with macOS 15.1 beta,…
Browse files Browse the repository at this point in the history
… we should skip with macOS 15.0
  • Loading branch information
hsbt committed Sep 25, 2024
1 parent 76543a3 commit 3830bca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/ruby/test_process.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1874,6 +1874,8 @@ def test_daemon_default
end

def test_daemon_noclose
pend "macOS 15.0 is not working with this test" if macos?(15, 0)

data = IO.popen("-", "r+") do |f|
break f.read if f
Process.daemon(false, true)
Expand Down

0 comments on commit 3830bca

Please sign in to comment.