aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/objective-c/tests/GRPCClientTests.m2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/objective-c/tests/GRPCClientTests.m b/src/objective-c/tests/GRPCClientTests.m
index 727dc59ca1..834bf6d661 100644
--- a/src/objective-c/tests/GRPCClientTests.m
+++ b/src/objective-c/tests/GRPCClientTests.m
@@ -585,12 +585,10 @@ static GRPCProtoMethod *kFullDuplexCallMethod;
// values fail to be overridden by the channel args.
- (void)testTimeoutBackoff1 {
[self testTimeoutBackoffWithTimeout:0.7 Backoff:0.3];
- [self testTimeoutBackoffWithOptionsWithTimeout:0.7 Backoff:0.4];
}
- (void)testTimeoutBackoff2 {
[self testTimeoutBackoffWithTimeout:0.3 Backoff:0.7];
- [self testTimeoutBackoffWithOptionsWithTimeout:0.3 Backoff:0.8];
}
- (void)testErrorDebugInformation {