Skip to content

Commit

Permalink
use legacy finalizer function
Browse files Browse the repository at this point in the history
  • Loading branch information
lubedacht committed Aug 22, 2024
1 parent d7c4988 commit 044b10a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/capic_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ var _ = Describe("Should be able to create a cluster with 3 control-plane and 2

// This check ensures that finalizers are resilient - i.e. correctly re-reconciled - when removed.
framework.ValidateFinalizersResilience(ctx, proxy, namespace, clusterName, clusterctlcluster.FilterClusterObjectsWithNameFilter(clusterName),
framework.CoreFinalizersAssertionWithClassyClusters,
framework.CoreFinalizersAssertionWithLegacyClusters,
framework.KubeadmControlPlaneFinalizersAssertion,
helpers.IonosCloudInfraFinalizersAssertion,
helpers.ExpFinalizersAssertion,
Expand Down

0 comments on commit 044b10a

Please sign in to comment.