Skip to content

Commit b550a06

Browse files
authored
[Firebase AI] Add retry-tests-on-failure for integration tests (#15177)
1 parent fb59b2a commit b550a06

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -521,6 +521,8 @@ case "$product-$platform-$method" in
521521
-scheme "FirebaseAITestApp-SPM" \
522522
"${xcb_flags[@]}" \
523523
-parallel-testing-enabled NO \
524+
-retry-tests-on-failure \
525+
-test-iterations 3 \
524526
test
525527
;;
526528

0 commit comments

Comments
 (0)