summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/ruby/test_rubyoptions.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/ruby/test_rubyoptions.rb b/test/ruby/test_rubyoptions.rb
index 1202ce4b1c..8697092bbc 100644
--- a/test/ruby/test_rubyoptions.rb
+++ b/test/ruby/test_rubyoptions.rb
@@ -939,6 +939,8 @@ class TestRubyOptions < Test::Unit::TestCase
end
def test_crash_report_pipe
+ pend "macOS 15 is not working with this assertion" if macos?(15)
+
if File.executable?(echo = "/bin/echo")
elsif /mswin|ming/ =~ RUBY_PLATFORM
echo = "echo"