| Index: net/quic/quic_stream_factory_test.cc
|
| diff --git a/net/quic/quic_stream_factory_test.cc b/net/quic/quic_stream_factory_test.cc
|
| index 21b008787d14fad42400189561fab3a496f8d733..c09fcc299ccffd92ca4938e1f2c84f9cecd015f9 100644
|
| --- a/net/quic/quic_stream_factory_test.cc
|
| +++ b/net/quic/quic_stream_factory_test.cc
|
| @@ -380,7 +380,7 @@ TEST_F(QuicStreamFactoryTest, OnIPAddressChanged) {
|
| EXPECT_TRUE(socket_data2.at_write_eof());
|
| }
|
|
|
| -TEST_F(QuicStreamFactoryTest, SharedCryptoConfig) {
|
| +TEST_F(QuicStreamFactoryTest, DISABLED_SharedCryptoConfig) {
|
| HostPortProxyPair host_port_proxy_pair1(HostPortPair("r1.c.youtube.com", 80),
|
| ProxyServer::Direct());
|
|
|
|
|