diff options
author | Muxi Yan <mxyan@google.com> | 2018-03-28 13:42:36 -0700 |
---|---|---|
committer | Muxi Yan <mxyan@google.com> | 2018-03-28 15:19:42 -0700 |
commit | 4c0872d44e94ac59fe1f3f478fc842e0aa9913e3 (patch) | |
tree | 39cc54a8000696aea91967b4bbe3734889a05d60 /src/objective-c/tests | |
parent | 16248a035f1beff942f5418b4ce9a27f88501063 (diff) |
Disable test for Cronet (unsupported)
Diffstat (limited to 'src/objective-c/tests')
-rw-r--r-- | src/objective-c/tests/InteropTests.m | 2 |
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 |