Project

General

Profile

« Previous | Next » 

Revision 59b6b72b

Added by Ewoud Kohl van Wijngaarden almost 6 years ago

Mark IPv6 test on travis as pending

View differences:

spec/acceptance/views_spec.rb
end
describe command('dig +short SOA example.com @::1') do
its(:stdout) { is_expected.to match("ns1-v6.example.com. root.example.com. 1 86400 3600 604800 3600\n") }
its(:stdout) do
pending("IPv6 support in docker containers on Travis is broken") if ENV['TRAVIS'] == 'true'
is_expected.to match("ns1-v6.example.com. root.example.com. 1 86400 3600 604800 3600\n")
end
end
end
end

Also available in: Unified diff