Skip to content

Commit

Permalink
[Vertex AI] Disable xcodebuild parallel testing (#13985)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewheard authored Oct 29, 2024
1 parent 865535f commit 7244f54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,7 @@ case "$product-$platform-$method" in
-project 'FirebaseVertexAI/Tests/TestApp/VertexAITestApp.xcodeproj' \
-scheme "VertexAITestApp-SPM" \
"${xcb_flags[@]}" \
-parallel-testing-enabled NO \
build \
test
;;
Expand Down

0 comments on commit 7244f54

Please sign in to comment.