Skip to content

Commit 0230d00

Browse files
authored
[Infra] Temp. fix for RC's iOS integration tests (#14729)
1 parent 6c236d8 commit 0230d00

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
@@ -485,9 +485,13 @@ case "$product-$platform-$method" in
485485
AppHost-FirebaseRemoteConfig-Unit-Tests \
486486
../../../FirebaseRemoteConfig/Tests/Swift/AccessToken.json
487487

488+
# Integration tests are only run on iOS to minimize flake failures.
489+
# TODO(ncooke3): Remove -sdk and -destination flags.
488490
RunXcodebuild \
489491
-workspace 'gen/FirebaseRemoteConfig/FirebaseRemoteConfig.xcworkspace' \
490492
-scheme "FirebaseRemoteConfig-Unit-swift-api-tests" \
493+
-sdk 'iphonesimulator' \
494+
-destination 'platform=iOS Simulator,name=iPhone 16,OS=18.3.1' \
491495
"${xcb_flags[@]}" \
492496
build \
493497
test

0 commit comments

Comments
 (0)