8000 Omit private mapped buffer test on Windows. · ruby/ruby@075c798 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 075c798

Browse files
committed
Omit private mapped buffer test on Windows.
1 parent 8902098 commit 075c798

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/ruby/test_io_buffer.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -519,6 +519,8 @@ def test_shared
519519
end
520520

521521
def test_private
522+
omit if RUBY_PLATFORM.include?("mswin")
523+
522524
Tempfile.create("buffer.txt") do |io|
523525
io.write("Hello World")
524526

0 commit comments

Comments
 (0)
0