diff --git a/test/test_writer.rb b/test/test_writer.rb index b6dd6c85..34463fde 100755 --- a/test/test_writer.rb +++ b/test/test_writer.rb @@ -380,6 +380,8 @@ def test_stream_writer_push_null_value_with_key end def test_stream_writer_subprocess + skip if RbConfig::CONFIG['host_os'] =~ /(mingw|mswin)/ + Open3.popen3("/bin/bash", "-c", "cat > /dev/null") do |stdin, _stdout, _stderr, _wait_thr| w = Oj::StreamWriter.new(stdin, :indent => 0) w.push_array()