From 5dd0414863ce30e5b1956d23323592af9095cea7 Mon Sep 17 00:00:00 2001 From: Nesma Badr Date: Tue, 1 Oct 2024 12:52:33 +0200 Subject: [PATCH] fix: Fix E2E tests (#1908) * test * Revert test change --- tests/e2e/manifest_reconciliation_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/manifest_reconciliation_test.go b/tests/e2e/manifest_reconciliation_test.go index 16f109911a..d18ae4dfda 100644 --- a/tests/e2e/manifest_reconciliation_test.go +++ b/tests/e2e/manifest_reconciliation_test.go @@ -12,7 +12,7 @@ import ( . "github.com/kyma-project/lifecycle-manager/pkg/testutils" ) -var _ = FDescribe("Manifest Skip Reconciliation Label", Ordered, func() { +var _ = Describe("Manifest Skip Reconciliation Label", Ordered, func() { kyma := NewKymaWithSyncLabel("kyma-sample", ControlPlaneNamespace, v1beta2.DefaultChannel) module := NewTemplateOperator(v1beta2.DefaultChannel) waitingForFinalizersOperationMsg := "waiting as other finalizers are present"