Improve tests to ensure that the application/namespace from previous test is completely deleted before creating an application with the same name in a subsequent test.
A better approach will be to update the tests to create application instances with random names. That way, there won't be any issue with whether or not the previous application instance has been deleted.
Improve tests to ensure that the application/namespace from previous test is completely deleted before creating an application with the same name in a subsequent test.