Skip to content

Commit 30e5ad8

Browse files
committed
Added the bug number regarding disabled sticky session feature in Traefik jenkins-ignore
1 parent 74ed993 commit 30e5ad8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ public static void staticPrepare() throws Exception {
6161
// create domain
6262
if (domain == null) {
6363
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
6465
System.setProperty("LB_TYPE", "VOYAGER");
6566
domain = TestUtils.createDomain(DOMAINONPV_WLST_YAML);
6667
domain.verifyDomainCreated();

0 commit comments

Comments
 (0)