From 63af2f0b54cbb92f49ef3a46f65436ff13e51ec1 Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Mon, 3 Dec 2018 07:55:33 -0800 Subject: [PATCH] Make fuzz tests optional until they pass --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 31ffc595529..50c899db0fb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -248,6 +248,7 @@ jobs: script: - ./scripts/if_changed.sh ./scripts/build.sh $PROJECT $PLATFORM $METHOD + allow_failures: # Run fuzz tests only on cron jobs. - stage: test env: @@ -262,7 +263,6 @@ jobs: # need to make them fatal for the purposes of the test run. # TODO(varconst): disallow sanitizers to fail once we fix all existing issues. - allow_failures: - env: - PROJECT=Firestore PLATFORM=macOS METHOD=cmake SANITIZERS=asan - env: