Skip to content

Commit

Permalink
Make fuzz tests optional until they pass (#2143)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 committed Dec 3, 2018
1 parent 6632255 commit b93f386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit b93f386

Please sign in to comment.