Skip to content

Commit 0b2e41d

Browse files
committed
test: skip large cdata test on system libxml2
because distros have started backporting the fix[1] from 2.10.3 and as a result we can't easily tell whether to expect errors or not. [1]: https://gitlab.gnome.org/GNOME/libxml2/-/commit/c846986
1 parent 6a3254c commit 0b2e41d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/xml/sax/test_parser.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ def call_parse_io_with_encoding(encoding)
410410
end
411411

412412
it :test_large_cdata_is_handled do
413-
skip("see #2132 and https://gitlab.gnome.org/GNOME/libxml2/-/issues/200") if Nokogiri.uses_libxml?("<=2.9.10")
413+
skip("see #2132 and https://gitlab.gnome.org/GNOME/libxml2/-/issues/200") if Nokogiri::VersionInfo.instance.libxml2_using_system?
414414

415415
template = <<~EOF
416416
<?xml version="1.0" encoding="UTF-8"?>

0 commit comments

Comments
 (0)