Skip to content

Commit 6bdad71

Browse files
committed
uncomment the load balance check
1 parent 5778723 commit 6bdad71

File tree

1 file changed

+1
-1
lines changed
  • integration-tests/src/test/java/oracle/kubernetes/operator

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ public void testClusterScaling(Operator operator, Domain domain) throws Exceptio
332332
+ replicas);
333333
}
334334
// commenting the load balance check, bug 29325139
335-
// domain.verifyWebAppLoadBalancing(TESTWEBAPP);
335+
domain.verifyWebAppLoadBalancing(TESTWEBAPP);
336336
logger.info("Done - testClusterScaling");
337337
}
338338

0 commit comments

Comments
 (0)