Skip to content

Commit db68719

Browse files
committed
move scaling test before operator lifecycle
1 parent 435b928 commit db68719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,13 +296,13 @@ private Domain testAllUseCasesForADomain(Operator operator, String domainYamlFil
296296
logger.info("Creating Domain & verifing the domain creation");
297297
// create domain1
298298
Domain domain = testDomainCreation(domainYamlFile);
299+
testClusterScaling(operator, domain);
299300
if (System.getenv("QUICKTEST") == null
300301
|| (System.getenv("QUICKTEST") != null
301302
&& !System.getenv("QUICKTEST").equalsIgnoreCase("true"))) {
302303
testDomainLifecyle(operator, domain);
303304
testOperatorLifecycle(operator, domain);
304305
}
305-
testClusterScaling(operator, domain);
306306
return domain;
307307
}
308308

0 commit comments

Comments
 (0)