Skip to content

Commit 54a9302

Browse files
committed
moved the mysql delete before the domain
1 parent 97cd7d3 commit 54a9302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-tests/src/test/java/oracle/kubernetes/operator/ITSitConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,9 @@ public static void staticPrepare() throws Exception {
104104
@AfterClass
105105
public static void staticUnPrepare() throws Exception {
106106
if (!QUICKTEST) {
107+
ExecResult result = TestUtils.exec("kubectl delete -f " + mysqlYamlFile);
107108
destroySitConfigDomain();
108109
tearDown();
109-
ExecResult result = TestUtils.exec("kubectl delete -f " + mysqlYamlFile);
110110
}
111111
}
112112

0 commit comments

Comments
 (0)