From cd72a25c5e2668ae053cf73258d328d6f2cd376d Mon Sep 17 00:00:00 2001 From: Leah Leshchinsky Date: Wed, 24 Jan 2024 08:48:22 -0500 Subject: [PATCH] e2e cluster autoscaler fix? --- test/e2e/postinstall/machinesets/infra_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/e2e/postinstall/machinesets/infra_test.go b/test/e2e/postinstall/machinesets/infra_test.go index 9e742750649..ac5f4a38e7d 100644 --- a/test/e2e/postinstall/machinesets/infra_test.go +++ b/test/e2e/postinstall/machinesets/infra_test.go @@ -279,6 +279,8 @@ func TestAutoscalingMachinePool(t *testing.T) { time.Sleep(10 * time.Second) case err != nil: t.Fatalf("could not get the cluster autoscaler: %v", err) + default: + break } } if clusterAutoscaler.Name == "" {