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 e2ca2579ce1739a68f52d4573530f04b68dbeb2b..8f3bdde566bcc6d54825d8a85a7be14ad9bb21f3 100644 |
--- a/net/quic/quic_stream_factory_test.cc |
+++ b/net/quic/quic_stream_factory_test.cc |
@@ -576,11 +576,6 @@ |
} |
TEST_P(QuicStreamFactoryTest, CreateConsistentEphemeralPort) { |
-#if defined(OS_WIN) |
- // TODO(jar)bug=329255 Provide better implementation to avoid pop-up warning. |
- return; |
-#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. |