Skip to content

Commit 13407d9

Browse files
committed
Omit assert_ractor with Windows platform
1 parent 2c1b175 commit 13407d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tool/lib/core_assertions.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,7 @@ def assert_separately(args, file = nil, line = nil, src, ignore_stderr: nil, **o
391391
# Run Ractor-related test without influencing the main test suite
392392
def assert_ractor(src, args: [], require: nil, require_relative: nil, file: nil, line: nil, ignore_stderr: nil, **opt)
393393
return unless defined?(Ractor)
394+
omit if windows?
394395

395396
# https://bugs.ruby-lang.org/issues/21262
396397
shim_value = "class Ractor; alias value take; end" unless Ractor.method_defined?(:value)

0 commit comments

Comments
 (0)