Skip to content

Commit

Permalink
Merge pull request #3600 from orenc1/revert-3547-revert-3517-kubevirt…
Browse files Browse the repository at this point in the history
…_enable_inplace_upgrade

NO-JIRA: Re-enable InPlace NodePool upgrade test for kubevirt (CNV-36608)
  • Loading branch information
openshift-merge-bot[bot] committed Feb 23, 2024
2 parents 36ad2eb + d1d375a commit f4cf103
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/e2e/nodepool_upgrade_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,6 @@ func NewNodePoolUpgradeTest(ctx context.Context, mgmtClient crclient.Client, hos
}

func (ru *NodePoolUpgradeTest) Setup(t *testing.T) {
// Currently, only ReplaceUpgrade strategy test passes for the kubevirt platform.
// TODO: Enable InPlace upgrade test as well once the issue is identified and fixed.
if globalOpts.Platform == hyperv1.KubevirtPlatform && t.Name() == "TestNodePool/Main/TestNodePoolInPlaceUpgrade" {
t.Skip("InPlace Upgrade test currently can't run for the KubeVirt platform")
}

t.Log("starting test NodePoolUpgradeTest")
}

Expand Down

0 comments on commit f4cf103

Please sign in to comment.