aports/community/ruby-nokogiri/test-skip-zip.patch

11 lines
351 B
Diff

--- a/test/xml/test_document_encoding.rb
+++ b/test/xml/test_document_encoding.rb
@@ -90,6 +90,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
require "zip"