From ab9174e1993d24b89491b1adc8f4259009c002be Mon Sep 17 00:00:00 2001 From: enxebre Date: Thu, 8 Jun 2023 19:24:10 +0200 Subject: [PATCH] Disable nodepool replace upgrade test --- test/e2e/nodepool_test.go | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/test/e2e/nodepool_test.go b/test/e2e/nodepool_test.go index b3166b7f7c..fc989da817 100644 --- a/test/e2e/nodepool_test.go +++ b/test/e2e/nodepool_test.go @@ -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 /* {