File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
integration-tests/src/test/java/oracle/kubernetes/operator Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -109,8 +109,6 @@ public static void staticUnPrepare() throws Exception {
109
109
logger .info ("BEGIN" );
110
110
logger .info ("Run once, release cluster lease" );
111
111
112
- tearDown (new Object () {}.getClass ().getEnclosingClass ().getSimpleName ());
113
-
114
112
// Uninstall Elastic Stack
115
113
StringBuffer cmd =
116
114
new StringBuffer ("kubectl delete -f " )
@@ -120,6 +118,8 @@ public static void staticUnPrepare() throws Exception {
120
118
logger .info ("Command to uninstall Elastic Stack: " + cmd .toString ());
121
119
TestUtils .exec (cmd .toString ());
122
120
121
+ tearDown (new Object () {}.getClass ().getEnclosingClass ().getSimpleName ());
122
+
123
123
logger .info ("SUCCESS" );
124
124
}
125
125
}
You can’t perform that action at this time.
0 commit comments