aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-11-06 12:09:46 -0800
committerGravatar Muxi Yan <mxyan@google.com>2018-11-06 12:09:46 -0800
commitb3b98ba4a29f434541355e026765938998c22da4 (patch)
tree62b17edf35a0649bf89d950bc4ad791dbf79dc0e
parent9558618182aa817ad5aa9885f1fe12003ee1a93e (diff)
test fix
-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 {