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 97cd7d3 commit 54a9302Copy full SHA for 54a9302
integration-tests/src/test/java/oracle/kubernetes/operator/ITSitConfig.java
@@ -104,9 +104,9 @@ public static void staticPrepare() throws Exception {
104
@AfterClass
105
public static void staticUnPrepare() throws Exception {
106
if (!QUICKTEST) {
107
+ ExecResult result = TestUtils.exec("kubectl delete -f " + mysqlYamlFile);
108
destroySitConfigDomain();
109
tearDown();
- ExecResult result = TestUtils.exec("kubectl delete -f " + mysqlYamlFile);
110
}
111
112
0 commit comments