From 9f9ec7f8e733b5b06c537199d5624b43cf5475c9 Mon Sep 17 00:00:00 2001 From: dmaclach Date: Sun, 1 Jun 2025 10:52:04 -0700 Subject: [PATCH] Skip test due to being a bad test Added a skip to the test because the stubbing of an already stubbed method is setting off alarms with other tooling. https://github.com/firebase/firebase-ios-sdk/issues/14922 --- .../Tests/UnitTests/FIRMessagingRemoteNotificationsProxyTest.m | 1 + 1 file changed, 1 insertion(+) diff --git a/FirebaseMessaging/Tests/UnitTests/FIRMessagingRemoteNotificationsProxyTest.m b/FirebaseMessaging/Tests/UnitTests/FIRMessagingRemoteNotificationsProxyTest.m index a8ed4fa3032..aeec6002d1c 100644 --- a/FirebaseMessaging/Tests/UnitTests/FIRMessagingRemoteNotificationsProxyTest.m +++ b/FirebaseMessaging/Tests/UnitTests/FIRMessagingRemoteNotificationsProxyTest.m @@ -275,6 +275,7 @@ - (void)testSwizzledAppDelegateRemoteNotificationMethods { #endif // !SWIFT_PACKAGE - (void)testListeningForDelegateChangesOnInvalidUserNotificationCenter { + XCTSkip(@"https://github.com/firebase/firebase-ios-sdk/issues/14922"); if (@available(macOS 10.14, iOS 10.0, *)) { RandomObject *invalidNotificationCenter = [[RandomObject alloc] init]; OCMStub([self.mockUserNotificationCenter currentNotificationCenter])