From fa6b7b9cf66344dfb638fd645c44c22521088165 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Sat, 2 Feb 2019 14:40:44 -0500 Subject: travis: Revert "Run extended tests once daily" This reverts commit 88e3aa0bcbbf825f4afa6a9a689b1f5a5958ed14 --- .travis/test_06_script_b.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to '.travis') diff --git a/.travis/test_06_script_b.sh b/.travis/test_06_script_b.sh index 472448a658..b6b5925be8 100755 --- a/.travis/test_06_script_b.sh +++ b/.travis/test_06_script_b.sh @@ -14,12 +14,8 @@ if [ "$RUN_UNIT_TESTS" = "true" ]; then END_FOLD fi -if [ "$TRAVIS_EVENT_TYPE" = "cron" ]; then - extended="--extended --exclude feature_pruning" -fi - if [ "$RUN_FUNCTIONAL_TESTS" = "true" ]; then BEGIN_FOLD functional-tests - 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 END_FOLD fi -- cgit v1.2.3