diff --git a/integrationTest/integration_test.go b/integrationTest/integration_test.go index eeee1886e..1d7e2fbaa 100644 --- a/integrationTest/integration_test.go +++ b/integrationTest/integration_test.go @@ -915,7 +915,7 @@ func makeTests(t *testing.T) []*TestGroup { //"AZURE_DNS", // Currently failing. "HEXONET", "GCLOUD", - "ROUTE53", // See https://github.com/StackExchange/dnscontrol/issues/493 + //"ROUTE53", // Currently failing. See https://github.com/StackExchange/dnscontrol/issues/908 ), tc("601 records", manyA("rec%04d", "1.2.3.4", 600)...), tc("Update 601 records", manyA("rec%04d", "1.2.3.5", 600)...), @@ -926,7 +926,7 @@ func makeTests(t *testing.T) []*TestGroup { //"MSDNS", // No paging done. No need to test. //"AZURE_DNS", // Currently failing. See https://github.com/StackExchange/dnscontrol/issues/770 "HEXONET", - "ROUTE53", // https://github.com/StackExchange/dnscontrol/issues/493 + //"ROUTE53", // Currently failing. See https://github.com/StackExchange/dnscontrol/issues/908 ), tc("1200 records", manyA("rec%04d", "1.2.3.4", 1200)...), tc("Update 1200 records", manyA("rec%04d", "1.2.3.5", 1200)...),