We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43fca37 commit 370ce86Copy full SHA for 370ce86
integration-tests/src/test/java/oracle/kubernetes/operator/ITStickySession.java
@@ -98,6 +98,11 @@ public static void staticUnPrepare() throws Exception {
98
99
tearDown(new Object() {}.getClass().getEnclosingClass().getSimpleName());
100
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
+
106
logger.info("SUCCESS");
107
}
108
0 commit comments