From d641c29a5a7dcbf186e32af2e22cd3601e5c49fb Mon Sep 17 00:00:00 2001 From: Chun Kuan Lee Date: Sat, 15 Sep 2018 19:14:40 +0800 Subject: travis: Run feature_dbcrash functional tests in cron job --- .travis/test_06_script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis') diff --git a/.travis/test_06_script.sh b/.travis/test_06_script.sh index e5fea81187..59cc110db5 100755 --- a/.travis/test_06_script.sh +++ b/.travis/test_06_script.sh @@ -57,7 +57,7 @@ if [ "$RUN_BENCH" = "true" ]; then fi if [ "$TRAVIS_EVENT_TYPE" = "cron" ]; then - extended="--extended --exclude feature_pruning,feature_dbcrash" + extended="--extended --exclude feature_pruning" fi if [ "$RUN_FUNCTIONAL_TESTS" = "true" ]; then -- cgit v1.2.3