Skip to content

Commit b93f386

Browse files
authored
Make fuzz tests optional until they pass (#2143)
1 parent 6632255 commit b93f386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ jobs:
248248
script:
249249
- ./scripts/if_changed.sh ./scripts/build.sh $PROJECT $PLATFORM $METHOD
250250

251+
allow_failures:
251252
# Run fuzz tests only on cron jobs.
252253
- stage: test
253254
env:
@@ -262,7 +263,6 @@ jobs:
262263
# need to make them fatal for the purposes of the test run.
263264

264265
# TODO(varconst): disallow sanitizers to fail once we fix all existing issues.
265-
allow_failures:
266266
- env:
267267
- PROJECT=Firestore PLATFORM=macOS METHOD=cmake SANITIZERS=asan
268268
- env:

0 commit comments

Comments
 (0)