Skip to content

Commit 6887f96

Browse files
authored
Merge pull request #8140 from sbueringer/pr-cc-rollout-after-upgrade-stopgap-2
🌱 test/e2e: disable rollout check for ClusterClass-based cluster in clusterctl ugprade tests II
2 parents f09c3a2 + f7c3469 commit 6887f96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/clusterctl_upgrade.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ func ClusterctlUpgradeSpec(ctx context.Context, inputGetter func() ClusterctlUpg
446446
// TODO(sbueringer) Only run this test for non-ClusterClass Clusters.
447447
// Currently the Cluster topology controller triggers a rollout after upgrade.
448448
// We are actively working on fixing it.
449-
if workloadCluster.Spec.Topology != nil {
449+
if workloadCluster.Spec.Topology == nil {
450450
// After the upgrade check that there were no unexpected rollouts.
451451
log.Logf("Verify there are no unexpected rollouts")
452452
Consistently(func() bool {

0 commit comments

Comments
 (0)