Skip to content

Commit ba460b0

Browse files
authored
[Infra] Disable flaky FIAM UI tests in Xcode 16 (#14758)
1 parent 08e129f commit ba460b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,12 +331,13 @@ case "$product-$platform-$method" in
331331
test
332332
;;
333333

334+
# TODO(#14760): s/build/test after addressing UI test flakes on CI.
334335
InAppMessaging-*-xcodebuild)
335336
RunXcodebuild \
336337
-workspace 'FirebaseInAppMessaging/Tests/Integration/DefaultUITestApp/InAppMessagingDisplay-Sample.xcworkspace' \
337338
-scheme 'FiamDisplaySwiftExample' \
338339
"${xcb_flags[@]}" \
339-
test
340+
build
340341
;;
341342

342343
Firestore-*-xcodebuild)

0 commit comments

Comments
 (0)