Remove Cronet test cherry-pick

pull/9247/head
Muxi Yan 8 years ago
parent 1fb35b5348
commit 7e49365f92
  1. 8
      src/objective-c/tests/InteropTestsRemoteWithCronet/InteropTestsRemoteWithCronet.m

@ -47,14 +47,6 @@ static NSString * const kRemoteSSLHost = @"grpc-test.sandbox.googleapis.com";
@implementation InteropTestsRemoteWithCronet @implementation InteropTestsRemoteWithCronet
+ (void)setUp {
// Cronet setup
[Cronet setHttp2Enabled:YES];
[Cronet start];
[GRPCCall useCronetWithEngine:[Cronet getGlobalEngine]];
[Cronet startNetLogToFile:@"Documents/cronet_netlog.json" logBytes:YES];
}
+ (NSString *)host { + (NSString *)host {
return kRemoteSSLHost; return kRemoteSSLHost;
} }

Loading…
Cancel
Save