aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/ruby/test_process.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ruby/test_process.rb b/test/ruby/test_process.rb
index eff72c78b4..e6f18a6d81 100644
--- a/test/ruby/test_process.rb
+++ b/test/ruby/test_process.rb
@@ -1501,6 +1501,7 @@ class TestProcess < Test::Unit::TestCase
end
def test_execopts_gid
+ skip "Process.groups not implemented on Windows platform" if windows?
feature6975 = '[ruby-core:47414]'
[30000, *Process.groups.map {|g| g = Etc.getgrgid(g); [g.name, g.gid]}].each do |group, gid|