diff --git a/tests/e2e/manifest_reconciliation_test.go b/tests/e2e/manifest_reconciliation_test.go index 5b907eba9d..2154c6f5b4 100644 --- a/tests/e2e/manifest_reconciliation_test.go +++ b/tests/e2e/manifest_reconciliation_test.go @@ -36,13 +36,6 @@ var _ = Describe("Manifest Skip Reconciliation Label", Ordered, func() { WithContext(ctx). WithArguments(TestModuleCRName, RemoteNamespace, skrClient, shared.StateReady). Should(Succeed()) - By("And the SKR Module Default CR has the Managed-by Label") - Eventually(CheckSampleCRHasExpectedLabel). - WithContext(ctx). - WithArguments(TestModuleCRName, RemoteNamespace, skrClient, shared.ManagedBy, - shared.ManagedByLabelValue). - Should(Succeed()) - By("And the KCP Kyma CR is in a \"Ready\" State") Eventually(KymaIsInState). WithContext(ctx).