CNR: Disable pager101 integration test (#3226)

This commit is contained in:
Tom Limoncelli 2024-12-09 15:22:00 -05:00 committed by GitHub
parent 9bb9f16e7f
commit 006a434fc6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)...),