java-operator-sdk icon indicating copy to clipboard operation
java-operator-sdk copied to clipboard

[Junit extension] Delete CRD only after All test not each

Open csviri opened this issue 4 months ago • 1 comments

Deleting CRD after each test case does not make sense, and causes all subsequent tests to fail after one test case failed since CRD stays in "deleting" state.

csviri avatar Sep 02 '25 11:09 csviri

@csviri will do this as a part of bigger refactoring of the test extension

xstefank avatar Sep 02 '25 15:09 xstefank