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 935ac66 commit 815badeCopy full SHA for 815bade
integration-tests/src/test/java/oracle/kubernetes/operator/ITStickySession.java
@@ -99,8 +99,6 @@ public static void staticUnPrepare() throws Exception {
99
100
tearDown(new Object() {}.getClass().getEnclosingClass().getSimpleName());
101
102
- // Unset System property for using Voyager
103
- System.clearProperty("LB_TYPE");
104
logger.info(
105
"System Property LB_TYPE is cleaned. LB_TYPE" + " = " + System.getProperty("LB_TYPE"));
106
0 commit comments