From bd732c7f47c5933f4e5185d7177cbf94b284421f Mon Sep 17 00:00:00 2001 From: Tom Limoncelli Date: Fri, 6 Dec 2024 19:42:41 -0500 Subject: [PATCH] CNR: Disable pager101 integration test --- integrationTest/integration_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/integrationTest/integration_test.go b/integrationTest/integration_test.go index 59d35c9627..327061f5d0 100644 --- a/integrationTest/integration_test.go +++ b/integrationTest/integration_test.go @@ -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)...),