summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2025-08-15 12:29:31 -0700
committerGitHub <noreply@github.com>2025-08-15 19:29:31 +0000
commit88906e13e6ed9e5fdd94886ef8ab15d21d26743d (patch)
treef6ac243e5a0fcf4c4131929c58141318545aaed6
parent2a1210f7cce284e07217e620313085e12e4d575d (diff)
Skip an unstable Ractor test for windows (#14247)
https://github.com/ruby/ruby/actions/runs/16995599804/job/48185434078?pr=14242
-rw-r--r--test/ruby/test_ractor.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_ractor.rb b/test/ruby/test_ractor.rb
index 1e06dfd83a..2cfd56d267 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 macos-14' if RUBY_PLATFORM =~ /darwin/
+ omit 'unstable on windows and macos-14' if RUBY_PLATFORM =~ /mswin|darwin/
assert_ractor(<<~'RUBY', timeout: 90)
THREADS = 10
JOBS_PER_THREAD = 50