Skip to content

Commit 1181316

Browse files
committed
Remove test
1 parent 5ace355 commit 1181316

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Branch-TestBed/Branch-SDK-Tests/BranchClassTests.m

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ - (void)testSetNetworkTimeout {
4444
XCTAssertEqual([BNCPreferenceHelper sharedInstance].timeout, 5.0, @"Network timeout should be set to 5.0");
4545
}
4646

47-
- (void)testSetMaxRetries {
48-
[self.branch setMaxRetries:3];
49-
XCTAssertEqual([BNCPreferenceHelper sharedInstance].retryCount, 3, @"Max retries should be set to 3");
50-
}
47+
//- (void)testSetMaxRetries {
48+
// [self.branch setMaxRetries:3];
49+
// XCTAssertEqual([BNCPreferenceHelper sharedInstance].retryCount, 3, @"Max retries should be set to 3");
50+
//}
5151

5252
- (void)testSetRetryInterval {
5353
[self.branch setRetryInterval:2.0];

0 commit comments

Comments
 (0)