Skip to content

Commit

Permalink
Disable nodepool replace upgrade test
Browse files Browse the repository at this point in the history
  • Loading branch information
enxebre committed Jun 8, 2023
1 parent d0eb8d8 commit a49a8f0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions test/e2e/nodepool_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,11 @@ func TestNodePool(t *testing.T) {
manifestBuilder: NewNTOMachineConfigInPlaceRolloutTestManifest(hostedCluster),
},
*/
{
name: "TestNodePoolReplaceUpgrade",
test: NewNodePoolUpgradeTest(ctx, mgmtClient, hostedCluster, hostedClusterClient, clusterOpts, globalOpts.PreviousReleaseImage, globalOpts.LatestReleaseImage),
},
// Until this is fixed https://github.com/openshift/hypershift/pull/2664.
//{
// name: "TestNodePoolReplaceUpgrade",
// test: NewNodePoolUpgradeTest(ctx, mgmtClient, hostedCluster, hostedClusterClient, clusterOpts, globalOpts.PreviousReleaseImage, globalOpts.LatestReleaseImage),
//},
// TODO: (jparrill) Re-enable when https://issues.redhat.com/browse/OCPBUGS-10218 is fixed
/*
{
Expand Down

0 comments on commit a49a8f0

Please sign in to comment.