mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2026-03-14 11:53:08 +08:00
CNR: Disable pager101 integration test (#3226)
This commit is contained in:
parent
9bb9f16e7f
commit
006a434fc6
1 changed files with 1 additions and 0 deletions
|
|
@ -1415,6 +1415,7 @@ func makeTests() []*TestGroup {
|
|||
"NS1", // Free acct only allows 50 records, therefore we skip
|
||||
//"ROUTE53", // Batches up changes in pages.
|
||||
"TRANSIP", // Doesn't page. Works fine. Due to the slow API we skip.
|
||||
"CNR", // Test beaks limits.
|
||||
),
|
||||
tc("99 records", manyA("rec%04d", "1.2.3.4", 99)...),
|
||||
tc("100 records", manyA("rec%04d", "1.2.3.4", 100)...),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue