GCLOUD: remove (irrelevant) slow test (#3384)

This commit is contained in:
Tom Limoncelli 2025-01-16 14:41:18 -05:00 committed by GitHub
parent c348e354ff
commit 67db0e287d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1502,7 +1502,7 @@ func makeTests() []*TestGroup {
// https://github.com/StackExchange/dnscontrol/pull/2762#issuecomment-1877825559 // https://github.com/StackExchange/dnscontrol/pull/2762#issuecomment-1877825559
testgroup("batchRecordswithOthers", testgroup("batchRecordswithOthers",
only( only(
"GCLOUD", //"GCLOUD",
), ),
tc("1200 records", tc("1200 records",
manyA("rec%04d", "1.2.3.4", 1200)...), manyA("rec%04d", "1.2.3.4", 1200)...),