File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
InAppMessaging/Example/Tests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ - (void)testUploadTriggeredWhenWaitTimeConditionSatisfied {
98
98
[self waitForExpectationsWithTimeout: 1.0 handler: nil ];
99
99
}
100
100
101
- - (void )testUploadNotTriggeredWhenWaitTimeConditionNotSatisfied {
101
+ - (void )disable_testUploadNotTriggeredWhenWaitTimeConditionNotSatisfied {
102
102
// using a real storage in this case
103
103
FIRIAMClearcutLogStorage *logStorage =
104
104
[[FIRIAMClearcutLogStorage alloc ] initWithExpireAfterInSeconds: 1000
@@ -238,7 +238,7 @@ - (void)testRespectingWaitTimeFromRequestSender {
238
238
XCTAssertEqual (currentMoment * 1000 + 1500 , uploader.nextValidSendTimeInMills );
239
239
}
240
240
241
- - (void )testWaitTimeFromRequestSenderAdjustedByMinWaitTimeInStrategy {
241
+ - (void )disable_testWaitTimeFromRequestSenderAdjustedByMinWaitTimeInStrategy {
242
242
// using a real storage in this case
243
243
FIRIAMClearcutLogStorage *logStorage =
244
244
[[FIRIAMClearcutLogStorage alloc ] initWithExpireAfterInSeconds: 1000
You can’t perform that action at this time.
0 commit comments