Skip to content

Commit 9ec14cc

Browse files
authored
Don't build fuzz tests target on Travis (#2330)
This XCode target started failing on Travis for no clear reason. This isn't reproducible locally; remove the target to unblock development.
1 parent 388f267 commit 9ec14cc

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

scripts/build.sh

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -296,16 +296,6 @@ case "$product-$method-$platform" in
296296
"${xcb_flags[@]}" \
297297
build
298298

299-
# Firestore_FuzzTests_iOS require a Clang that supports -fsanitize-coverage=trace-pc-guard
300-
# and cannot run with thread sanitizer.
301-
if [[ "$xcode_major" -ge 9 ]] && ! [[ -n "${SANITIZERS:-}" && "$SANITIZERS" = *"tsan"* ]]; then
302-
RunXcodebuild \
303-
-workspace 'Firestore/Example/Firestore.xcworkspace' \
304-
-scheme "Firestore_FuzzTests_iOS" \
305-
"${xcb_flags[@]}" \
306-
FUZZING_TARGET="NONE" \
307-
test
308-
fi
309299
;;
310300

311301
Firestore-cmake-macOS)

0 commit comments

Comments
 (0)