Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NO-JIRA: Re-enable InPlace NodePool upgrade test for kubevirt (CNV-36608) #3600

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 0 additions & 6 deletions test/e2e/nodepool_upgrade_test.go
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