Skip to content

Commit

Permalink
Merge pull request #2402 from sparklemotion/flavorjones-remove-window…
Browse files Browse the repository at this point in the history
…s-skip

test: stop skipping windows test from #2354
  • Loading branch information
flavorjones committed Dec 25, 2021
2 parents e981ceb + eed3eec commit 570574e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/xml/test_reader.rb
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ def test_reader_takes_block
end

def test_nil_raises
skip("https://github.com/sparklemotion/nokogiri/issues/2354") if Nokogiri::VersionInfo.instance.windows?
assert_raises(ArgumentError) do
Nokogiri::XML::Reader.from_memory(nil)
end
Expand Down

0 comments on commit 570574e

Please sign in to comment.