Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions test/e2e/karpenter_control_plane_upgrade_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@ import (
)

func TestKarpenterUpgradeControlPlane(t *testing.T) {
e2eutil.AtLeast(t, e2eutil.Version419)
if os.Getenv("TECH_PREVIEW_NO_UPGRADE") != "true" {
t.Skipf("Only tested when CI sets TECH_PREVIEW_NO_UPGRADE=true and the Hypershift Operator is installed with --tech-preview-no-upgrade")
}
e2eutil.AtLeast(t, e2eutil.Version422)
if globalOpts.Platform != hyperv1.AWSPlatform {
t.Skip("test only supported on platform AWS")
}
Expand Down