aboutsummaryrefslogtreecommitdiffhomepage
path: root/Example/Core
diff options
context:
space:
mode:
Diffstat (limited to 'Example/Core')
-rw-r--r--Example/Core/Tests/FIRLoggerTest.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/Example/Core/Tests/FIRLoggerTest.m b/Example/Core/Tests/FIRLoggerTest.m
index e7031a7..8201692 100644
--- a/Example/Core/Tests/FIRLoggerTest.m
+++ b/Example/Core/Tests/FIRLoggerTest.m
@@ -178,8 +178,8 @@ static NSString *const kMessageCode = @"I-COR000001";
// following test only checks whether the logs have been sent to system with the default settings in
// the unit test environment.
- (void)testSystemLogWithDefaultStatus {
-#if !(TARGET_OS_SIMULATOR)
- // Test fails on device - b/38130372
+#if !(BUG128) // Disable until https://github.com/firebase/firebase-ios-sdk/issues/128 is fixed
+ // Test fails on device and iOS 9 simulators - b/38130372
return;
#else
// Sets the time interval that we need to wait in order to fetch all the logs.