Skip to content

Commit d1330fc

Browse files
committed
Skip a Ractor test unstable on Windows for MinGW
MinGW is also Windows, so it doesn't work for MinGW either. https://github.com/ruby/ruby/actions/runs/17250269899/job/48950567246
1 parent c7ef8df commit d1330fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ruby/test_ractor.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def test_require_non_string
164164

165165
# [Bug #21398]
166166
def test_port_receive_dnt_with_port_send
167-
omit 'unstable on windows and macos-14' if RUBY_PLATFORM =~ /mswin|darwin/
167+
omit 'unstable on windows and macos-14' if RUBY_PLATFORM =~ /mswin|mingw|darwin/
168168
assert_ractor(<<~'RUBY', timeout: 90)
169169
THREADS = 10
170170
JOBS_PER_THREAD = 50

0 commit comments

Comments
 (0)