Skip to content

Commit 7783cf6

Browse files
committed
Disable two more flakes
1 parent db32311 commit 7783cf6

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
@@ -358,7 +358,6 @@ - (void)testActivatedSettingsMissingCacheKey {
358358
XCTAssertEqual(self.settings.onDemandBackoffBase, 1.5);
359359
XCTAssertEqual(self.settings.onDemandBackoffStepDuration, 6);
360360
}
361-
#endif // FLAKY_TEST
362361

363362
// These tests are partially to make sure the SDK doesn't crash when it
364363
// has corrupted settings.
@@ -425,6 +424,7 @@ - (void)testCorruptCacheKey {
425424
XCTAssertEqual(self.settings.onDemandBackoffBase, 1.5);
426425
XCTAssertEqual(self.settings.onDemandBackoffStepDuration, 6);
427426
}
427+
#endif // FLAKY_TEST
428428

429429
- (void)testNewReportEndpointSettings {
430430
NSString *settingsJSON =

0 commit comments

Comments
 (0)