We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a61f7b3 commit cc44ad5Copy full SHA for cc44ad5
FirebaseCore/Tests/Unit/FIRAppTest.m
@@ -827,6 +827,7 @@ - (void)testIsDefaultAppConfigured {
827
828
#pragma mark - Core Telemetry
829
830
+#if !TARGET_OS_WATCH
831
- (void)testCoreDiagnosticsLoggedWhenAppDidBecomeActive {
832
FIRApp *app = [self createConfiguredAppWithName:NSStringFromSelector(_cmd)];
833
[self expectCoreDiagnosticsDataLogWithOptions:app.options];
@@ -844,6 +845,7 @@ - (void)testHeartbeatLogIsAttemptedWhenAppDidBecomeActive {
844
845
object:nil];
846
OCMVerifyAll(self.mockHeartbeatLogger);
847
}
848
+#endif // TARGET_OS_WATCH
849
850
#pragma mark - private
851
0 commit comments