Skip to content

Commit 7244f54

Browse files
authored
[Vertex AI] Disable xcodebuild parallel testing (#13985)
1 parent 865535f commit 7244f54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,7 @@ case "$product-$platform-$method" in
508508
-project 'FirebaseVertexAI/Tests/TestApp/VertexAITestApp.xcodeproj' \
509509
-scheme "VertexAITestApp-SPM" \
510510
"${xcb_flags[@]}" \
511+
-parallel-testing-enabled NO \
511512
build \
512513
test
513514
;;

0 commit comments

Comments
 (0)