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 b83927e2502cf2663fe5c9c121acb338f3ecaab0..95b5d1ecaabf2ebc2ef45a959041365fb11819ba 100644 |
--- a/net/quic/quic_crypto_server_stream_test.cc |
+++ b/net/quic/quic_crypto_server_stream_test.cc |
@@ -125,6 +125,9 @@ class QuicCryptoServerStreamTest : public ::testing::TestWithParam<bool> { |
} |
bool AsyncStrikeRegisterVerification() { |
+ if (server_connection_->version() > QUIC_VERSION_26) { |
+ return false; |
+ } |
return GetParam(); |
} |