mirror of
https://github.com/ruby/ruby.git
synced 2026-01-26 20:19:19 +00:00
Use macos? helper
This commit is contained in:
parent
74c3259ce7
commit
baac5376da
@ -6,7 +6,7 @@ require_relative '../../lib/parser_support'
|
||||
|
||||
class TestBugReporter < Test::Unit::TestCase
|
||||
def test_bug_reporter_add
|
||||
pend "macOS 15 beta is not working with this test" if /darwin/ =~ RUBY_PLATFORM && /15/ =~ `sw_vers -productVersion`
|
||||
pend "macOS 15 beta is not working with this test" if macos?(15)
|
||||
|
||||
omit "flaky with RJIT" if JITSupport.rjit_enabled?
|
||||
description = RUBY_DESCRIPTION
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user