Skip to content

Commit fb037c5

Browse files
authored
Skip TestEtc#test_ractor_parallel on ModGC workflow (#55)
https://bugs.ruby-lang.org/issues/21204 TestEtc#test_ractor_parallel is only failing intermittently on ModGC workflow after 87fb0c4. So, we'll skip this test on ModGC workflow.
1 parent 87fb0c4 commit fb037c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/etc/test_etc.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,8 @@ def test_sysconfdir
175175

176176
# All Ractor-safe methods should be tested here
177177
def test_ractor_parallel
178+
omit "This test is flaky and intermittently failing now on ModGC workflow" if ENV['GITHUB_WORKFLOW'] == 'ModGC'
179+
178180
assert_ractor(<<~RUBY, require: 'etc', timeout: 60)
179181
10.times.map do
180182
Ractor.new do

0 commit comments

Comments
 (0)