Skip to content

Commit 8b4d168

Browse files
hsbtclaude
andcommitted
Skip Ractor test on mingw where Pathname::SAME_PATHS is not shareable
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 4338633 commit 8b4d168

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/pathname/test_ractor.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ def setup
88
end
99

1010
def test_ractor_shareable
11+
omit "Ractor with Pathname is not supported on mingw" if /mingw/ =~ RUBY_PLATFORM
1112
assert_separately([], "#{<<~"begin;"}\n#{<<~'end;'}")
1213
class Ractor
1314
alias value take

0 commit comments

Comments
 (0)