travis: Run feature_dbcrash functional tests in cron job

This commit is contained in:
Chun Kuan Lee 2018-09-15 19:14:40 +08:00
parent c0d947d725
commit d641c29a5a
1 changed files with 1 additions and 1 deletions

View File

@ -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