Skip to content

Commit

Permalink
Merge pull request #2384 from sparklemotion/2354-ci-work-around-windo…
Browse files Browse the repository at this point in the history
…ws-ruby-2.5-failures

ci: skip tests that are causing issues in CI
  • Loading branch information
flavorjones authored Dec 10, 2021
2 parents f160454 + dc760fe commit 5cf53bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/xml/test_reader.rb
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ 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 5cf53bf

Please sign in to comment.