Skip to content

Commit 77c4e6a

Browse files
committed
Stateless tests: disable sequential tests in parallel tests
1 parent 5bc0e1e commit 77c4e6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/test/stateless/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ MAX_RUN_TIME=$((MAX_RUN_TIME == 0 ? 7200 : MAX_RUN_TIME))
1212
USE_DATABASE_REPLICATED=${USE_DATABASE_REPLICATED:=0}
1313
USE_SHARED_CATALOG=${USE_SHARED_CATALOG:=0}
1414

15-
RUN_SEQUENTIAL_TESTS_IN_PARALLEL=1
15+
RUN_SEQUENTIAL_TESTS_IN_PARALLEL=0
1616

1717
if [[ "$USE_DATABASE_REPLICATED" -eq 1 ]] || [[ "$USE_SHARED_CATALOG" -eq 1 ]]; then
1818
RUN_SEQUENTIAL_TESTS_IN_PARALLEL=0

0 commit comments

Comments
 (0)