You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
libxml2 2.15.0 requires callers to explicitly pass XML_PARSE_UNZIP to
enable decompression. Until Nokogiri adds support for this option, skip
the test on affected versions.
Closes#3599
skip("TODO: windows libxml 2.15.1 system libraries have ZLIB_ENABLED but it's really not")ifNokogiri::VersionInfo.instance.windows? && Nokogiri::VersionInfo.instance.libxml2_using_system?
80
+
skip("libxml2 >= 2.15 requires callers to pass XML_PARSE_UNZIP to enable decompression")ifNokogiri.uses_libxml?(">= 2.15.0")
0 commit comments