travis: Run feature_dbcrash functional tests in cron job
This commit is contained in:
parent
c0d947d725
commit
d641c29a5a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue