Skip to content

Commit e3ee269

Browse files
committed
[Infra] Temp. fix for RC's iOS integration tests
1 parent 4697163 commit e3ee269

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/build.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -501,9 +501,13 @@ case "$product-$platform-$method" in
501501
AppHost-FirebaseRemoteConfig-Unit-Tests \
502502
../../../FirebaseRemoteConfig/Tests/Swift/AccessToken.json
503503

504+
# Integration tests are only run on iOS to minimize flake failures.
505+
# TODO(ncooke3): Remove -sdk and -destination flags.
504506
RunXcodebuild \
505507
-workspace 'gen/FirebaseRemoteConfig/FirebaseRemoteConfig.xcworkspace' \
506508
-scheme "FirebaseRemoteConfig-Unit-swift-api-tests" \
509+
-sdk 'iphonesimulator' \
510+
-destination 'platform=iOS Simulator,name=iPhone 16,OS=18.3.1' \
507511
"${xcb_flags[@]}" \
508512
build \
509513
test

0 commit comments

Comments
 (0)