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 896dabb commit 4b894e3Copy full SHA for 4b894e3
src/integration-tests/bash/run.sh
@@ -2485,6 +2485,7 @@ function test_suite {
2485
2486
# create and start first operator, manages namespaces default & test1
2487
test_first_operator oper1
2488
+if [ ! "${QUICKTEST:-false}" = "true" ]; then
2489
2490
# test elk intgration
2491
test_elk_integration
@@ -2500,7 +2501,7 @@ function test_suite {
2500
2501
2502
# test scaling domain1 cluster from 2 to 3 servers and back down to 2
2503
test_cluster_scale domain1
-
2504
+fi
2505
# if QUICKTEST is true skip the rest of the tests
2506
if [ ! "${QUICKTEST:-false}" = "true" ]; then
2507
0 commit comments