Temporarily disable EndToEndTest.MultipleZeroRtt in Chrome.

Chrome needs a BoringSSL roll to support this test.

PiperOrigin-RevId: 336353686
Change-Id: I30cfcb4056cebd114ef2baa67450c8ebc6672014
diff --git a/quic/core/http/end_to_end_test.cc b/quic/core/http/end_to_end_test.cc
index cb2e5b3..c57fc6e 100644
--- a/quic/core/http/end_to_end_test.cc
+++ b/quic/core/http/end_to_end_test.cc
@@ -1499,7 +1499,9 @@
 }
 
 // Regression test for b/168020146.
-TEST_P(EndToEndTest, MultipleZeroRtt) {
+// TODO(renjietang): Reenable this test in Chrome once the BoringSSL fix is
+// rolled in.
+TEST_P(EndToEndTest, QUIC_TEST_DISABLED_IN_CHROME(MultipleZeroRtt)) {
   ASSERT_TRUE(Initialize());
 
   EXPECT_EQ(kFooResponseBody, client_->SendSynchronousRequest("/foo"));