Skip to content

Commit 54763ba

Browse files
authored
Disable flaky tests in FIAM (#2568)
1 parent 291cab6 commit 54763ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

InAppMessaging/Example/Tests/FIRIAMClearcutUploaderTests.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ - (void)testUploadTriggeredWhenWaitTimeConditionSatisfied {
9898
[self waitForExpectationsWithTimeout:1.0 handler:nil];
9999
}
100100

101-
- (void)testUploadNotTriggeredWhenWaitTimeConditionNotSatisfied {
101+
- (void)disable_testUploadNotTriggeredWhenWaitTimeConditionNotSatisfied {
102102
// using a real storage in this case
103103
FIRIAMClearcutLogStorage *logStorage =
104104
[[FIRIAMClearcutLogStorage alloc] initWithExpireAfterInSeconds:1000
@@ -238,7 +238,7 @@ - (void)testRespectingWaitTimeFromRequestSender {
238238
XCTAssertEqual(currentMoment * 1000 + 1500, uploader.nextValidSendTimeInMills);
239239
}
240240

241-
- (void)testWaitTimeFromRequestSenderAdjustedByMinWaitTimeInStrategy {
241+
- (void)disable_testWaitTimeFromRequestSenderAdjustedByMinWaitTimeInStrategy {
242242
// using a real storage in this case
243243
FIRIAMClearcutLogStorage *logStorage =
244244
[[FIRIAMClearcutLogStorage alloc] initWithExpireAfterInSeconds:1000

0 commit comments

Comments
 (0)