aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-03-28 13:42:36 -0700
committerGravatar Muxi Yan <mxyan@google.com>2018-03-28 15:19:42 -0700
commit4c0872d44e94ac59fe1f3f478fc842e0aa9913e3 (patch)
tree39cc54a8000696aea91967b4bbe3734889a05d60 /src/objective-c
parent16248a035f1beff942f5418b4ce9a27f88501063 (diff)
Disable test for Cronet (unsupported)
Diffstat (limited to 'src/objective-c')
-rw-r--r--src/objective-c/tests/InteropTests.m2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/objective-c/tests/InteropTests.m b/src/objective-c/tests/InteropTests.m
index 2641270c25..bfc4755c15 100644
--- a/src/objective-c/tests/InteropTests.m
+++ b/src/objective-c/tests/InteropTests.m
@@ -486,6 +486,7 @@ BOOL isRemoteInteropTest(NSString *host) {
[self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil];
}
+#ifndef GRPC_COMPILE_WITH_CRONET
- (void)testKeepalive {
XCTAssertNotNil(self.class.host);
__weak XCTestExpectation *expectation = [self expectationWithDescription:@"Keepalive"];
@@ -525,5 +526,6 @@ BOOL isRemoteInteropTest(NSString *host) {
[self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil];
}
+#endif
@end