Skip to content

Commit 370ce86

Browse files
committed
Unset property LB_TYPE jenkins-ignore
1 parent 43fca37 commit 370ce86

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,11 @@ public static void staticUnPrepare() throws Exception {
9898

9999
tearDown(new Object() {}.getClass().getEnclosingClass().getSimpleName());
100100

101+
// Unset System property for using Voyager
102+
System.clearProperty("LB_TYPE");
103+
logger.info(
104+
"System Property LB_TYPE is cleaned. LB_TYPE" + " = " + System.getProperty("LB_TYPE"));
105+
101106
logger.info("SUCCESS");
102107
}
103108
}

0 commit comments

Comments
 (0)