File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed
integration-tests/src/test/java/oracle/kubernetes/operator Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -92,18 +92,13 @@ public static void staticPrepare() throws Exception {
9292 */
9393 @ AfterClass
9494 public static void staticUnPrepare () throws Exception {
95- if (!QUICKTEST ) {
96- logger .info ("++++++++++++++++++++++++++++++++++" );
97- logger .info ("BEGIN" );
98- logger .info ("Run once, release cluster lease" );
99-
100- tearDown (new Object () {}.getClass ().getEnclosingClass ().getSimpleName ());
95+ logger .info ("+++++++++++++++++++++++++++++++++---------------------------------+" );
96+ logger .info ("BEGIN" );
97+ logger .info ("Run once, release cluster lease" );
10198
102- logger .info (
103- "System Property LB_TYPE is cleaned. LB_TYPE" + " = " + System .getProperty ("LB_TYPE" ));
99+ tearDown (new Object () {}.getClass ().getEnclosingClass ().getSimpleName ());
104100
105- logger .info ("SUCCESS" );
106- }
101+ logger .info ("SUCCESS" );
107102 }
108103
109104 /**
You can’t perform that action at this time.
0 commit comments