Skip to content

Commit 4b894e3

Browse files
author
Tom Barnes
committed
Do not push this change to master - testing a quick success.
1 parent 896dabb commit 4b894e3

File tree

1 file changed

+2
-1
lines changed
  • src/integration-tests/bash

1 file changed

+2
-1
lines changed

src/integration-tests/bash/run.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2485,6 +2485,7 @@ function test_suite {
24852485

24862486
# create and start first operator, manages namespaces default & test1
24872487
test_first_operator oper1
2488+
if [ ! "${QUICKTEST:-false}" = "true" ]; then
24882489

24892490
# test elk intgration
24902491
test_elk_integration
@@ -2500,7 +2501,7 @@ function test_suite {
25002501

25012502
# test scaling domain1 cluster from 2 to 3 servers and back down to 2
25022503
test_cluster_scale domain1
2503-
2504+
fi
25042505
# if QUICKTEST is true skip the rest of the tests
25052506
if [ ! "${QUICKTEST:-false}" = "true" ]; then
25062507

0 commit comments

Comments
 (0)