Chromium Code Reviews| Index: net/http/http_network_transaction_unittest.cc |
| =================================================================== |
| --- net/http/http_network_transaction_unittest.cc (revision 92397) |
| +++ net/http/http_network_transaction_unittest.cc (working copy) |
| @@ -8702,7 +8702,7 @@ |
| } |
| } |
| -TEST_F(HttpNetworkTransactionTest, UseIPConnectionPooling) { |
| +TEST_F(HttpNetworkTransactionTest, DISABLED_UseIPConnectionPooling) { |
|
willchan no longer on Chromium
2011/07/17 01:23:45
Is this going to be fixed?
ramant (doing other things)
2011/07/17 08:12:30
Working on finding the problem. Will fix asap (top
|
| HttpStreamFactory::set_use_alternate_protocols(true); |
| HttpStreamFactory::set_next_protos(kExpectedNPNString); |
| @@ -8845,7 +8845,7 @@ |
| }; |
| TEST_F(HttpNetworkTransactionTest, |
| - UseIPConnectionPoolingWithHostCacheExpiration) { |
| + DISABLED_UseIPConnectionPoolingWithHostCacheExpiration) { |
|
willchan no longer on Chromium
2011/07/17 01:23:45
Is this going to be fixed?
ramant (doing other things)
2011/07/17 08:12:30
Working on finding the problem. Will fix asap (top
|
| HttpStreamFactory::set_use_alternate_protocols(true); |
| HttpStreamFactory::set_next_protos(kExpectedNPNString); |