aboutsummaryrefslogtreecommitdiffhomepage
path: root/Example/Core
diff options
context:
space:
mode:
authorGravatar Paul Beusterien <paulbeusterien@google.com>2017-07-10 08:51:26 -0700
committerGravatar GitHub <noreply@github.com>2017-07-10 08:51:26 -0700
commit9792bec7e33c2e7f19484e7ff7c21731d2484b9d (patch)
tree17f7cc87609c69c40c45478f9dc10a442bcf9518 /Example/Core
parentfee2e3a3746e1e9af4c036928ef8fb609a12988c (diff)
Disable failing FIRLogger test until Issue 128 is fixed (#129)
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.