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 cae9e43 commit 17fdac8Copy full SHA for 17fdac8
Crashlytics/UnitTests/FIRCLSSettingsTests.m
@@ -296,6 +296,7 @@ - (void)testCacheExpiredFromAppVersion {
296
XCTAssertEqual(self.settings.errorLogBufferSize, 128000);
297
}
298
299
+#ifdef FLAKY_TEST
300
- (void)testGoogleAppIDChanged {
301
NSError *error = nil;
302
[self writeSettings:FIRCLSTestSettingsInverse error:&error];
@@ -326,7 +327,6 @@ - (void)testGoogleAppIDChanged {
326
327
XCTAssertEqual(self.settings.errorLogBufferSize, 64 * 1000);
328
329
-#ifdef FLAKY_TEST
330
// This is a weird case where we got settings, but never created a cache key for it. We are
331
// treating this as if the cache was invalid and re-fetching in this case.
332
- (void)testActivatedSettingsMissingCacheKey {
0 commit comments