Skip to content

Commit

Permalink
test with foreground deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
nesmabadr committed Jan 7, 2025
1 parent 9781b7a commit 2774325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/watcher_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ var _ = Describe("Enqueue Event from Watcher", Ordered, func() {
By("And KCP Kyma CR is deleted")
Eventually(DeleteKyma).
WithContext(ctx).
WithArguments(kcpClient, kyma, apimetav1.DeletePropagationBackground).
WithArguments(kcpClient, kyma, apimetav1.DeletePropagationForeground).
Should(Succeed())

By("And Kubeconfig Secret is deleted")
Expand Down

0 comments on commit 2774325

Please sign in to comment.