Skip to content

Commit

Permalink
remove redundant label check
Browse files Browse the repository at this point in the history
  • Loading branch information
c-pius committed Jan 3, 2025
1 parent 493d1a7 commit 3ff5a45
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/e2e/manifest_reconciliation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 3ff5a45

Please sign in to comment.