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)