From c56fb2106e9ada262b2bb544099e96350d6596fb Mon Sep 17 00:00:00 2001 From: Peter Rifel Date: Thu, 10 Oct 2024 20:31:33 -0500 Subject: [PATCH] Skip all us-west-1 zones --- tests/e2e/kubetest2-kops/aws/zones.go | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tests/e2e/kubetest2-kops/aws/zones.go b/tests/e2e/kubetest2-kops/aws/zones.go index 20465f307d7d2..2de77e1e8186e 100644 --- a/tests/e2e/kubetest2-kops/aws/zones.go +++ b/tests/e2e/kubetest2-kops/aws/zones.go @@ -77,9 +77,10 @@ var allZones = []string{ "us-east-2a", "us-east-2b", "us-east-2c", - "us-west-1a", - "us-west-1b", - //"us-west-1c", AZ does not exist, so we're breaking the 3 AZs per region target here + // Newer accounts don't have us-west-1c and one other zone is constrained so we ignore the entire region + //"us-west-1a", + //"us-west-1b", + //"us-west-1c", "us-west-2a", "us-west-2b", "us-west-2c",