mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
11 lines
351 B
Diff
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"
|
|
|