Skip to content

Commit d641c29

Browse files
committed
travis: Run feature_dbcrash functional tests in cron job
1 parent c0d947d commit d641c29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis/test_06_script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ if [ "$RUN_BENCH" = "true" ]; then
5757
fi
5858

5959
if [ "$TRAVIS_EVENT_TYPE" = "cron" ]; then
60-
extended="--extended --exclude feature_pruning,feature_dbcrash"
60+
extended="--extended --exclude feature_pruning"
6161
fi
6262

6363
if [ "$RUN_FUNCTIONAL_TESTS" = "true" ]; then

0 commit comments

Comments
 (0)