Skip to content

Commit

Permalink
CNR: Disable pager101 integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
tlimoncelli committed Dec 7, 2024
1 parent 9bb9f16 commit bd732c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integrationTest/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)...),
Expand Down

0 comments on commit bd732c7

Please sign in to comment.