summaryrefslogtreecommitdiff
path: root/test/ruby/test_ractor.rb
diff options
context:
space:
mode:
authorTakashi Kokubun <takashi.kokubun@shopify.com>2025-08-14 15:09:35 -0700
committerGitHub <noreply@github.com>2025-08-14 15:09:35 -0700
commite305a6721e8adcde32fbdba2782094477eb3a53b (patch)
treebe74e83a31ea8e9835752b62bd87295578d56a7d /test/ruby/test_ractor.rb
parent9cf27e0a42648cc022bca87c135ecff99d3edd09 (diff)
Skip an unstable Ractor test for macOS (#14231)
https://github.com/ruby/ruby/actions/runs/16977094733/job/48128667252?pr=14229
Diffstat (limited to 'test/ruby/test_ractor.rb')
-rw-r--r--test/ruby/test_ractor.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ruby/test_ractor.rb b/test/ruby/test_ractor.rb
index 74de2bf9cd..e2573153a3 100644
--- a/test/ruby/test_ractor.rb
+++ b/test/ruby/test_ractor.rb
@@ -164,6 +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/
assert_ractor(<<~'RUBY', timeout: 30)
THREADS = 10
JOBS_PER_THREAD = 50