Skip to content

Commit 5890db9

Browse files
authored
Disable flaky messaging integration test (#12206)
1 parent ca522d2 commit 5890db9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/messaging.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ concurrency:
2323

2424
jobs:
2525

26+
# TODO(#12205) Update the build.sh script for this job from "test" instead of "build"
2627
messaging-integration-tests:
2728
# Don't run on private repo unless it is a PR.
2829
if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'

scripts/build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,7 @@ case "$product-$platform-$method" in
369369
build
370370
;;
371371

372+
# TODO(#12205) Restore this test to "test" instead of "build"
372373
Messaging-*-xcodebuild)
373374
pod_gen FirebaseMessaging.podspec --platforms=ios
374375

@@ -384,7 +385,7 @@ case "$product-$platform-$method" in
384385
-scheme "FirebaseMessaging-Unit-integration" \
385386
"${ios_flags[@]}" \
386387
"${xcb_flags[@]}" \
387-
test
388+
build
388389
fi
389390
;;
390391

0 commit comments

Comments
 (0)