From 31a5d135744f74f2237ccc260da01e9621a186c0 Mon Sep 17 00:00:00 2001 From: Naoto Ono Date: Fri, 28 Mar 2025 12:51:24 +0900 Subject: [PATCH] Skip TestEtc#test_ractor_parallel on ModGC workflow --- test/etc/test_etc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/etc/test_etc.rb b/test/etc/test_etc.rb index cf32e40..feb05aa 100644 --- a/test/etc/test_etc.rb +++ b/test/etc/test_etc.rb @@ -175,6 +175,8 @@ def test_sysconfdir # All Ractor-safe methods should be tested here def test_ractor_parallel + omit "This test is flaky and intermittently failing now on ModGC workflow" if ENV['GITHUB_WORKFLOW'] == 'ModGC' + assert_ractor(<<~RUBY, require: 'etc', timeout: 60) 10.times.map do Ractor.new do