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 8f3bdde566bcc6d54825d8a85a7be14ad9bb21f3..e2ca2579ce1739a68f52d4573530f04b68dbeb2b 100644 |
--- a/net/quic/quic_stream_factory_test.cc |
+++ b/net/quic/quic_stream_factory_test.cc |
@@ -576,6 +576,11 @@ TEST_P(QuicStreamFactoryTest, CancelCreate) { |
} |
TEST_P(QuicStreamFactoryTest, CreateConsistentEphemeralPort) { |
+#if defined(OS_WIN) |
+ // TODO(jar)bug=329255 Provide better implementation to avoid pop-up warning. |
+ return; |
wtc
2014/01/08 22:36:05
Our convention is to name the test name as MAYBE_C
|
+#endif |
+ |
// Sequentially connect to the default host, then another host, and then the |
// default host. Verify that the default host gets a consistent ephemeral |
// port, that is different from the other host's connection. |