mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
Skip an unstable Ractor test for macOS (#14231)
https://github.com/ruby/ruby/actions/runs/16977094733/job/48128667252?pr=14229
This commit is contained in:
parent
9cf27e0a42
commit
e305a6721e
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user