Skip to content

Commit 403fd6a

Browse files
authored
Disable new Messaging test on Desktop and Emulator (#1906)
1 parent 25222c2 commit 403fd6a

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

messaging/integration_test/src/integration_test.cc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -560,6 +560,9 @@ TEST_F(FirebaseMessagingTest, TestRegistrationOnInitEnabled) {
560560

561561
TEST_F(FirebaseMessagingTest, TestRegisterAndUnregister) {
562562
TEST_REQUIRES_USER_INTERACTION_ON_IOS;
563+
SKIP_TEST_ON_DESKTOP;
564+
SKIP_TEST_ON_ANDROID_EMULATOR;
565+
563566
EXPECT_TRUE(RequestPermission());
564567

565568
// Note that these methods should only work if the newer registration

release_build_files/readme.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -613,13 +613,16 @@ workflow use only during the development of your app, not for publicly shipping
613613
code.
614614

615615
## Release Notes
616+
### Upcoming
617+
- Changes
618+
- Messaging: Added new Registration methods using Installation Ids.
619+
Deprecated old Token based methods.
620+
616621
### 13.11.0
617622
- Changes
618623
- General (Android): Update to Firebase Android BoM version 34.17.0.
619624
- General (iOS): Update to Firebase Cocoapods version 12.17.0.
620625
- Realtime Database (Desktop): Fixed an intermittent use-after-free crash (`ACCESS_VIOLATION`) when detaching a listener while a WebSocket listen response is pending.
621-
- Messaging: Added new Registration methods using Installation Ids.
622-
Deprecated old Token based methods.
623626

624627
### 13.10.0
625628
- Changes

0 commit comments

Comments
 (0)