We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb80c67 commit 1b4ee65Copy full SHA for 1b4ee65
operator-framework/src/test/java/io/javaoperatorsdk/operator/IntegrationTestSupport.java
@@ -132,6 +132,8 @@ public void teardownIfSuccess(TestRun test) {
132
try {
133
test.run();
134
135
+ operator.close();
136
+
137
log.info("Deleting namespace {} and stopping operator", TEST_NAMESPACE);
138
Namespace namespace = k8sClient.namespaces().withName(TEST_NAMESPACE).get();
139
if (namespace.getStatus().getPhase().equals("Active")) {
0 commit comments