Skip to content

Commit 88906e1

Browse files
authored
1 parent 2a1210f commit 88906e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/ruby/test_ractor.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def test_require_non_string
164164

165165
# [Bug #21398]
166166
def test_port_receive_dnt_with_port_send
167-
omit 'unstable on macos-14' if RUBY_PLATFORM =~ /darwin/
167+
omit 'unstable on windows and macos-14' if RUBY_PLATFORM =~ /mswin|darwin/
168168
assert_ractor(<<~'RUBY', timeout: 90)
169169
THREADS = 10
170170
JOBS_PER_THREAD = 50

0 commit comments

Comments
 (0)