From 4c0872d44e94ac59fe1f3f478fc842e0aa9913e3 Mon Sep 17 00:00:00 2001 From: Muxi Yan Date: Wed, 28 Mar 2018 13:42:36 -0700 Subject: Disable test for Cronet (unsupported) --- src/objective-c/tests/InteropTests.m | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/objective-c') 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 -- cgit v1.2.3