diff --git a/test/ruby/test_process.rb b/test/ruby/test_process.rb index 0d2bc50b2d..467c5bf163 100644 --- a/test/ruby/test_process.rb +++ b/test/ruby/test_process.rb @@ -1522,6 +1522,7 @@ class TestProcess < Test::Unit::TestCase rescue NotImplementedError else assert_kind_of(Integer, max) + skip "not limited to NGROUPS_MAX" if /darwin/ =~ RUBY_PLATFORM gs = Process.groups assert_operator(gs.size, :<=, max) gs[0] ||= 0