1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00
This commit is contained in:
Tom Limoncelli
2022-03-04 09:42:36 -05:00
committed by GitHub
parent 95ea4eedc9
commit cc6f5eb8d4
2 changed files with 5 additions and 3 deletions

View File

@ -1052,11 +1052,12 @@ func makeTests(t *testing.T) []*TestGroup {
testgroup("pager1201",
only(
//"MSDNS", // No paging done. No need to test.
//"AKAMAIEDGEDNS", // No paging done. No need to test.
//"AKAMAIEDGEDNS", // No paging done. No need to test.
//"AZURE_DNS", // Currently failing. See https://github.com/StackExchange/dnscontrol/issues/770
//"CLOUDFLAREAPI", // Fails with >1000 corrections. See https://github.com/StackExchange/dnscontrol/issues/1440
"HEXONET",
"HOSTINGDE",
//"MSDNS", // No paging done. No need to test.
"ROUTE53",
),
tc("1200 records", manyA("rec%04d", "1.2.3.4", 1200)...),