Skip to content

Commit

Permalink
remove consistently for tryout
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyharisch committed Oct 28, 2024
1 parent 25e9920 commit b2877d6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/e2e/modulereleasemeta_watch_trigger_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ var _ = Describe("ModuleReleaseMeta Watch Trigger", Ordered, func() {
WithContext(ctx).
WithArguments(kyma.GetName(), kyma.GetNamespace(), kcpClient, shared.StateReady).
Should(Succeed())
Consistently(KymaIsInState).
WithContext(ctx).
WithArguments(kyma.GetName(), kyma.GetNamespace(), kcpClient, shared.StateReady).
Should(Succeed())
})

It("When ModuleReleaseMeta channels get updaed with invalid version", func() {
Expand Down

0 comments on commit b2877d6

Please sign in to comment.