Index: net/quic/quic_crypto_server_stream_test.cc |
diff --git a/net/quic/quic_crypto_server_stream_test.cc b/net/quic/quic_crypto_server_stream_test.cc |
index dd7e03c9921430f57860cd3429290d71225e0b31..1a326a5d75bdae610d4e91376413a4c1b5e01942 100644 |
--- a/net/quic/quic_crypto_server_stream_test.cc |
+++ b/net/quic/quic_crypto_server_stream_test.cc |
@@ -534,6 +534,7 @@ TEST_P(QuicCryptoServerStreamTest, NoTokenBindingWithoutClientSupport) { |
} |
TEST_P(QuicCryptoServerStreamTest, CancelRPCBeforeVerificationCompletes) { |
+ FLAGS_quic_require_handshake_confirmation_pre33 = false; |
// Tests that the client can close the connection while the remote strike |
// register verification RPC is still pending. |