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 db32311 commit 7783cf6Copy full SHA for 7783cf6
Crashlytics/UnitTests/FIRCLSSettingsTests.m
@@ -358,7 +358,6 @@ - (void)testActivatedSettingsMissingCacheKey {
358
XCTAssertEqual(self.settings.onDemandBackoffBase, 1.5);
359
XCTAssertEqual(self.settings.onDemandBackoffStepDuration, 6);
360
}
361
-#endif // FLAKY_TEST
362
363
// These tests are partially to make sure the SDK doesn't crash when it
364
// has corrupted settings.
@@ -425,6 +424,7 @@ - (void)testCorruptCacheKey {
425
424
426
427
+#endif // FLAKY_TEST
428
429
- (void)testNewReportEndpointSettings {
430
NSString *settingsJSON =
0 commit comments