Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions test/etc/test_etc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down