Skip to content

Commit fa6b7b9

Browse files
author
MarcoFalke
committed
travis: Revert "Run extended tests once daily"
This reverts commit 88e3aa0
1 parent b3a7153 commit fa6b7b9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.travis/test_06_script_b.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,8 @@ if [ "$RUN_UNIT_TESTS" = "true" ]; then
1414
END_FOLD
1515
fi
1616

17-
if [ "$TRAVIS_EVENT_TYPE" = "cron" ]; then
18-
extended="--extended --exclude feature_pruning"
19-
fi
20-
2117
if [ "$RUN_FUNCTIONAL_TESTS" = "true" ]; then
2218
BEGIN_FOLD functional-tests
23-
DOCKER_EXEC test/functional/test_runner.py --ci --combinedlogslen=4000 --coverage --quiet --failfast ${extended}
19+
DOCKER_EXEC test/functional/test_runner.py --ci --combinedlogslen=4000 --coverage --quiet --failfast
2420
END_FOLD
2521
fi

0 commit comments

Comments
 (0)