Skip to content

Commit

Permalink
Test CI
Browse files Browse the repository at this point in the history
Signed-off-by: Marko Mudrinić <[email protected]>
  • Loading branch information
xmudrii committed Aug 15, 2024
1 parent 646e5aa commit 7ec005b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/provisioning/all_e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ func TestAWSProvisioningE2E(t *testing.T) {
}

// In-tree cloud provider is not supported from Kubernetes v1.27.
selector := Not(VersionSelector("1.28.12", "1.29.8", "1.30.4", "1.31.0"))
selector := Not(VersionSelector("1.28.12", "1.29.8", "1.30.4"))

// act
params := []string{fmt.Sprintf("<< AWS_ACCESS_KEY_ID >>=%s", awsKeyID),
Expand Down

0 comments on commit 7ec005b

Please sign in to comment.