Skip to content

Commit

Permalink
fix: Fix E2E tests (#1908)
Browse files Browse the repository at this point in the history
* test

* Revert test change
  • Loading branch information
nesmabadr authored Oct 1, 2024
1 parent 7f8e043 commit 5dd0414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/manifest_reconciliation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5dd0414

Please sign in to comment.