We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6632255 commit b93f386Copy full SHA for b93f386
.travis.yml
@@ -248,6 +248,7 @@ jobs:
248
script:
249
- ./scripts/if_changed.sh ./scripts/build.sh $PROJECT $PLATFORM $METHOD
250
251
+ allow_failures:
252
# Run fuzz tests only on cron jobs.
253
- stage: test
254
env:
@@ -262,7 +263,6 @@ jobs:
262
263
# need to make them fatal for the purposes of the test run.
264
265
# TODO(varconst): disallow sanitizers to fail once we fix all existing issues.
- allow_failures:
266
- env:
267
- PROJECT=Firestore PLATFORM=macOS METHOD=cmake SANITIZERS=asan
268
0 commit comments