Skip an unstable Ractor test for macOS

4812866725
This commit is contained in:
Takashi Kokubun 2025-08-14 14:51:37 -07:00
parent 38558dd95e
commit d98ae41734

View file

@ -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