From f415cbdbd65abd1b378c8085c085b27c260e489d Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Wed, 25 Aug 2021 23:35:25 -0400 Subject: [PATCH] wip --- test/xml/test_relax_ng.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/xml/test_relax_ng.rb b/test/xml/test_relax_ng.rb index 23a0ea6c8f..f99886b6ad 100644 --- a/test/xml/test_relax_ng.rb +++ b/test/xml/test_relax_ng.rb @@ -58,9 +58,6 @@ def test_from_document_with_parse_options end def test_read_memory_with_parse_options - # https://github.com/sparklemotion/nokogiri/issues/2115 - skip_unless_libxml2 - schema = Nokogiri::XML::RelaxNG.read_memory(File.read(ADDRESS_SCHEMA_FILE)) assert_equal(Nokogiri::XML::ParseOptions::DEFAULT_SCHEMA, schema.parse_options)