Skip to content

Commit

Permalink
Disable flaky messaging integration test (#12206)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 authored Dec 18, 2023
1 parent ca522d2 commit 5890db9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/messaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ concurrency:

jobs:

# TODO(#12205) Update the build.sh script for this job from "test" instead of "build"
messaging-integration-tests:
# Don't run on private repo unless it is a PR.
if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'
Expand Down
3 changes: 2 additions & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,7 @@ case "$product-$platform-$method" in
build
;;

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

Expand All @@ -384,7 +385,7 @@ case "$product-$platform-$method" in
-scheme "FirebaseMessaging-Unit-integration" \
"${ios_flags[@]}" \
"${xcb_flags[@]}" \
test
build
fi
;;

Expand Down

0 comments on commit 5890db9

Please sign in to comment.