Index: net/tools/quic/quic_server_session_test.cc |
diff --git a/net/tools/quic/quic_server_session_test.cc b/net/tools/quic/quic_server_session_test.cc |
index b0ed5d1ec1d9090e20ea684aa737c5cecd1a4763..4705c05aa0145d34e00f2e222173d420759bfae9 100644 |
--- a/net/tools/quic/quic_server_session_test.cc |
+++ b/net/tools/quic/quic_server_session_test.cc |
@@ -192,7 +192,6 @@ TEST_P(QuicServerSessionTest, AcceptClosedStream) { |
} |
TEST_P(QuicServerSessionTest, MaxOpenStreams) { |
- ValueRestore<bool> old_flag(&FLAGS_quic_allow_more_open_streams, true); |
// Test that the server closes the connection if a client attempts to open too |
// many data streams. The server accepts slightly more than the negotiated |
// stream limit to deal with rare cases where a client FIN/RST is lost. |
@@ -230,7 +229,6 @@ TEST_P(QuicServerSessionTest, MaxOpenStreams) { |
} |
TEST_P(QuicServerSessionTest, MaxOpenStreamsImplicit) { |
- ValueRestore<bool> old_flag(&FLAGS_quic_allow_more_open_streams, true); |
// Test that the server closes the connection if a client attempts to open too |
// many data streams implicitly. The server accepts slightly more than the |
// negotiated stream limit to deal with rare cases where a client FIN/RST is |