java-operator-sdk
java-operator-sdk copied to clipboard
[Junit extension] Delete CRD only after All test not each
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 will do this as a part of bigger refactoring of the test extension