| Index: components/cronet/ios/test/cronet_http_test.mm
|
| diff --git a/components/cronet/ios/test/cronet_http_test.mm b/components/cronet/ios/test/cronet_http_test.mm
|
| index fc392b6f9dbd2f74329c087168c8ee451ef73197..e1642feeaf9cbb5a6ad0cff8fdde7d7e7a03d6b1 100644
|
| --- a/components/cronet/ios/test/cronet_http_test.mm
|
| +++ b/components/cronet/ios/test/cronet_http_test.mm
|
| @@ -163,17 +163,6 @@
|
| base::scoped_nsobject<TestDelegate> delegate_;
|
| };
|
|
|
| -TEST(SslTest, CreateFile) {
|
| - bool ssl_file_created = [[NSFileManager defaultManager]
|
| - fileExistsAtPath:[Cronet getNetLogPathForFile:@"SSLKEYLOGFILE"]];
|
| -
|
| - [[NSFileManager defaultManager]
|
| - removeItemAtPath:[Cronet getNetLogPathForFile:@"SSLKEYLOGFILE"]
|
| - error:nil];
|
| -
|
| - EXPECT_TRUE(ssl_file_created);
|
| -}
|
| -
|
| TEST_F(HttpTest, NSURLSessionReceivesData) {
|
| NSURL* url = net::NSURLWithGURL(GURL(grpc_support::kTestServerUrl));
|
| __block BOOL block_used = NO;
|
|
|