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 b3a7153 commit fa6b7b9Copy full SHA for fa6b7b9
.travis/test_06_script_b.sh
@@ -14,12 +14,8 @@ if [ "$RUN_UNIT_TESTS" = "true" ]; then
14
END_FOLD
15
fi
16
17
-if [ "$TRAVIS_EVENT_TYPE" = "cron" ]; then
18
- extended="--extended --exclude feature_pruning"
19
-fi
20
-
21
if [ "$RUN_FUNCTIONAL_TESTS" = "true" ]; then
22
BEGIN_FOLD functional-tests
23
- DOCKER_EXEC test/functional/test_runner.py --ci --combinedlogslen=4000 --coverage --quiet --failfast ${extended}
+ DOCKER_EXEC test/functional/test_runner.py --ci --combinedlogslen=4000 --coverage --quiet --failfast
24
25
0 commit comments