Skip to content

Commit 47f2e42

Browse files
author
Oleksii Korshenko
committed
MAGETWO-63512: Travis build failures because the job exceeded the maximum time limit for jobs
- exclude setup from testing
1 parent 4aef57b commit 47f2e42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/travis/before_script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ case $TEST_SUITE in
1111
integration)
1212
cd dev/tests/integration
1313

14-
test_set_list=$(find testsuite/* -maxdepth 1 -mindepth 1 -type d | sort)
14+
test_set_list=$(find testsuite/* -maxdepth 1 -mindepth 1 -type d -not -name Setup| sort)
1515
test_set_count=$(printf "$test_set_list" | wc -l)
1616
test_set_size[1]=$(printf "%.0f" $(echo "$test_set_count*0.12" | bc)) #12%
1717
test_set_size[2]=$(printf "%.0f" $(echo "$test_set_count*0.32" | bc)) #32%

0 commit comments

Comments
 (0)