Skip to content

Commit

Permalink
Skip IPv6 tests on CI environment where there is no IPv6.
Browse files Browse the repository at this point in the history
  • Loading branch information
GUI committed Jun 24, 2018
1 parent ea10a8d commit 579cc8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/proxy/dns/test_ipv6.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ def test_defaults_to_no_ipv6
end

def test_allow_ipv6_enabled
skip_unless_ipv6_support

override_config({
"dns_resolver" => {
"nameservers" => ["[127.0.0.1]:#{$config["unbound"]["port"]}"],
Expand Down

0 comments on commit 579cc8d

Please sign in to comment.