Skip to content

Commit

Permalink
e2e cluster autoscaler fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
lleshchi committed Jan 24, 2024
1 parent 35373d8 commit cd72a25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/e2e/postinstall/machinesets/infra_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 == "" {
Expand Down

0 comments on commit cd72a25

Please sign in to comment.