mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-10-30 16:08:23 +08:00
GCLOUD: CICD: Skip the pager1201 integration test (#3383)
This commit is contained in:
parent
5cfb9073a2
commit
c348e354ff
1 changed files with 2 additions and 2 deletions
|
|
@ -1470,7 +1470,7 @@ func makeTests() []*TestGroup {
|
||||||
//"DESEC", // Skip due to daily update limits.
|
//"DESEC", // Skip due to daily update limits.
|
||||||
//"GANDI_V5", // Their API is so damn slow. We'll add it back as needed.
|
//"GANDI_V5", // Their API is so damn slow. We'll add it back as needed.
|
||||||
//"MSDNS", // No paging done. No need to test.
|
//"MSDNS", // No paging done. No need to test.
|
||||||
"GCLOUD",
|
//"GCLOUD",
|
||||||
//"HEXONET", // Doesn't page. Works fine. Due to the slow API we skip.
|
//"HEXONET", // Doesn't page. Works fine. Due to the slow API we skip.
|
||||||
"ROUTE53", // Batches up changes in pages.
|
"ROUTE53", // Batches up changes in pages.
|
||||||
),
|
),
|
||||||
|
|
@ -1488,7 +1488,7 @@ func makeTests() []*TestGroup {
|
||||||
//"GANDI_V5", // Their API is so damn slow. We'll add it back as needed.
|
//"GANDI_V5", // Their API is so damn slow. We'll add it back as needed.
|
||||||
//"HEDNS", // No paging done. No need to test.
|
//"HEDNS", // No paging done. No need to test.
|
||||||
//"MSDNS", // No paging done. No need to test.
|
//"MSDNS", // No paging done. No need to test.
|
||||||
"GCLOUD",
|
//"GCLOUD",
|
||||||
//"HEXONET", // Doesn't page. Works fine. Due to the slow API we skip.
|
//"HEXONET", // Doesn't page. Works fine. Due to the slow API we skip.
|
||||||
"HOSTINGDE", // Pages.
|
"HOSTINGDE", // Pages.
|
||||||
"ROUTE53", // Batches up changes in pages.
|
"ROUTE53", // Batches up changes in pages.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue