diff --git a/integrationTest/integration_test.go b/integrationTest/integration_test.go index 28a952eea..45c1fd217 100644 --- a/integrationTest/integration_test.go +++ b/integrationTest/integration_test.go @@ -645,7 +645,7 @@ func makeTests(t *testing.T) []*TestGroup { ), testgroup("Null MX", - not("AZURE_DNS", "GANDI_V5", "INWX", "NAMEDOTCOM", "DIGITALOCEAN", "NETCUP", "DNSIMPLE", "HEDNS"), // These providers don't support RFC 7505 + not("AZURE_DNS", "GANDI_V5", "INWX", "NAMEDOTCOM", "DIGITALOCEAN", "NETCUP", "DNSIMPLE", "HEDNS", "VULTR"), // These providers don't support RFC 7505 tc("Null MX", mx("@", 0, ".")), ),