Skip to content

Commit

Permalink
Pend some tests because these are not working with macOS 15 and Xcode 16
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Nov 6, 2024
1 parent 7e124be commit 9ce2340
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 @@ -1838,6 +1838,8 @@ def test_daemon_default
end

def test_daemon_noclose
pend "macOS 15 beta is not working with this test" if /darwin/ =~ RUBY_PLATFORM && /15/ =~ `sw_vers -productVersion`

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

0 comments on commit 9ce2340

Please sign in to comment.