Skip to content

Commit b6eacbf

Browse files
authored
Skip test due to being a bad test (#14923)
1 parent e58e322 commit b6eacbf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

FirebaseMessaging/Tests/UnitTests/FIRMessagingRemoteNotificationsProxyTest.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,7 @@ - (void)testSwizzledAppDelegateRemoteNotificationMethods {
275275
#endif // !SWIFT_PACKAGE
276276

277277
- (void)testListeningForDelegateChangesOnInvalidUserNotificationCenter {
278+
XCTSkip(@"https://github.com/firebase/firebase-ios-sdk/issues/14922");
278279
if (@available(macOS 10.14, iOS 10.0, *)) {
279280
RandomObject *invalidNotificationCenter = [[RandomObject alloc] init];
280281
OCMStub([self.mockUserNotificationCenter currentNotificationCenter])

0 commit comments

Comments
 (0)