Skip an unstable Ractor test for macOS (#14231)

4812866725
This commit is contained in:
Takashi Kokubun 2025-08-14 15:09:35 -07:00 committed by GitHub
parent 9cf27e0a42
commit e305a6721e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -164,6 +164,7 @@ class TestRactor < Test::Unit::TestCase
# [Bug #21398] # [Bug #21398]
def test_port_receive_dnt_with_port_send def test_port_receive_dnt_with_port_send
omit 'unstable on macos-14' if RUBY_PLATFORM =~ /darwin/
assert_ractor(<<~'RUBY', timeout: 30) assert_ractor(<<~'RUBY', timeout: 30)
THREADS = 10 THREADS = 10
JOBS_PER_THREAD = 50 JOBS_PER_THREAD = 50