diff options
| author | Takashi Kokubun <takashikkbn@gmail.com> | 2025-08-26 16:48:50 -0700 |
|---|---|---|
| committer | Takashi Kokubun <takashikkbn@gmail.com> | 2025-08-26 16:48:50 -0700 |
| commit | d1330fcf945832752606d72e62e0d636ca0e80c2 (patch) | |
| tree | 769c3bc6a41064f125a1dab94af60e429e371042 | |
| parent | c7ef8df8516aa27a78a1f3b6dff78c523eca259d (diff) | |
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
| -rw-r--r-- | test/ruby/test_ractor.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_ractor.rb b/test/ruby/test_ractor.rb index c1f33798ba..70a2ca4bfb 100644 --- a/test/ruby/test_ractor.rb +++ b/test/ruby/test_ractor.rb @@ -164,7 +164,7 @@ class TestRactor < Test::Unit::TestCase # [Bug #21398] def test_port_receive_dnt_with_port_send - omit 'unstable on windows and macos-14' if RUBY_PLATFORM =~ /mswin|darwin/ + omit 'unstable on windows and macos-14' if RUBY_PLATFORM =~ /mswin|mingw|darwin/ assert_ractor(<<~'RUBY', timeout: 90) THREADS = 10 JOBS_PER_THREAD = 50 |
