1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 03:09:51 +03:00
aports/community/ruby-nokogiri/test-skip-zip.patch
2025-04-22 23:19:29 +02:00

10 lines
370 B
Diff

--- a/test/xml/test_document_encoding.rb
+++ b/test/xml/test_document_encoding.rb
@@ -95,6 +95,7 @@
describe "pseudo-IO" do
it "serializes correctly with Zip::OutputStream objects" do
+ skip "we don't have ruby-zip yet"
# https://github.com/sparklemotion/nokogiri/issues/2773
begin
require "zip"