From 9792bec7e33c2e7f19484e7ff7c21731d2484b9d Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Mon, 10 Jul 2017 08:51:26 -0700 Subject: Disable failing FIRLogger test until Issue 128 is fixed (#129) --- Example/Core/Tests/FIRLoggerTest.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Example/Core') 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. -- cgit v1.2.3