Skip to content

Commit 17fdac8

Browse files
committed
Mark another flaky test
1 parent cae9e43 commit 17fdac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Crashlytics/UnitTests/FIRCLSSettingsTests.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,7 @@ - (void)testCacheExpiredFromAppVersion {
296296
XCTAssertEqual(self.settings.errorLogBufferSize, 128000);
297297
}
298298

299+
#ifdef FLAKY_TEST
299300
- (void)testGoogleAppIDChanged {
300301
NSError *error = nil;
301302
[self writeSettings:FIRCLSTestSettingsInverse error:&error];
@@ -326,7 +327,6 @@ - (void)testGoogleAppIDChanged {
326327
XCTAssertEqual(self.settings.errorLogBufferSize, 64 * 1000);
327328
}
328329

329-
#ifdef FLAKY_TEST
330330
// This is a weird case where we got settings, but never created a cache key for it. We are
331331
// treating this as if the cache was invalid and re-fetching in this case.
332332
- (void)testActivatedSettingsMissingCacheKey {

0 commit comments

Comments
 (0)