File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed
src/integration-tests/bash Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -2433,19 +2433,18 @@ function test_suite {
24332433 # create first domain in default namespace and verify it
24342434 test_domain_creation domain1
24352435
2436- # if QUICKTEST is true skip the rest of the tests
2437- if [ ! " ${QUICKTEST:- false} " = " true" ]; then
2438-
2439- # test shutting down and restarting a domain
2440- test_domain_lifecycle domain1
2436+ # test shutting down and restarting a domain
2437+ test_domain_lifecycle domain1
24412438
2442- # test shutting down and restarting the operator for the given domain
2443- test_operator_lifecycle domain1
2439+ # test shutting down and restarting the operator for the given domain
2440+ test_operator_lifecycle domain1
24442441
2445- # TODO move test_cluster_scale to QUICKTEST once we speedup mgd server boots
2446- # test scaling domain1 cluster from 2 to 3 servers and back down to 2
2447- test_cluster_scale domain1
2442+ # test scaling domain1 cluster from 2 to 3 servers and back down to 2
2443+ test_cluster_scale domain1
24482444
2445+ # if QUICKTEST is true skip the rest of the tests
2446+ if [ ! " ${QUICKTEST:- false} " = " true" ]; then
2447+
24492448 # create another domain in the default namespace and verify it
24502449 test_domain_creation domain2
24512450
You can’t perform that action at this time.
0 commit comments