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 74ed993 commit 30e5ad8Copy full SHA for 30e5ad8
integration-tests/src/test/java/oracle/kubernetes/operator/ITStickySession.java
@@ -61,6 +61,7 @@ public static void staticPrepare() throws Exception {
61
// create domain
62
if (domain == null) {
63
logger.info("Creating WLS Domain & waiting for the script to complete execution");
64
+ // Treafik doesn't work due to the bug 28050300. Use Voyager instead
65
System.setProperty("LB_TYPE", "VOYAGER");
66
domain = TestUtils.createDomain(DOMAINONPV_WLST_YAML);
67
domain.verifyDomainCreated();
0 commit comments