Skip to content

Commit

Permalink
skip aegis test for default zone
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbednarz committed Jan 3, 2025
1 parent 69c769e commit 41a2f44
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,8 @@ resource "cloudflare_zone_settings_override" "%[1]s" {
}

func TestAccCloudflareZoneSettingsOverride_Aegis(t *testing.T) {
skipForDefaultZone(t, "Requires dedicated Aegis setup.")

zoneID := os.Getenv("CLOUDFLARE_ZONE_ID")
rnd := generateRandomResourceName()
name := "cloudflare_zone_settings_override." + rnd
Expand Down

0 comments on commit 41a2f44

Please sign in to comment.