Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
Signed-off-by: Francesco Romani <[email protected]>
  • Loading branch information
ffromani committed Oct 15, 2024
1 parent c3211dc commit 9087265
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/e2e/uninstall/uninstall_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ var _ = Describe("[Uninstall] clusterCleanup", Serial, func() {
})

Context("with a running cluster with all the components", func() {
It("should fail to prove this test runs at all", func() {
Fail("INTENTIONAL FAILURE")
})

It("should delete all components after NRO deletion", func() {
By("deleting the NRO object")
// since we are getting an existing object, we don't need the real labels here
Expand Down

0 comments on commit 9087265

Please sign in to comment.