Skip to content

Commit 38f777e

Browse files
committed
Remove a property cleanup call jenkins-ignore
1 parent 815bade commit 38f777e

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

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

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff 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
/**

0 commit comments

Comments
 (0)