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