Disable AckNotifierWithPacketLossAndBlockedSocket in Chrome This test is flaky in Chrome: https://crbug.com/1082609 Test-only PiperOrigin-RevId: 311555103 Change-Id: I2319c48f59b06ce1487f3c1efc1c8735622e75f7
diff --git a/quic/core/http/end_to_end_test.cc b/quic/core/http/end_to_end_test.cc index 786e853..7823944 100644 --- a/quic/core/http/end_to_end_test.cc +++ b/quic/core/http/end_to_end_test.cc
@@ -2388,7 +2388,10 @@ } }; -TEST_P(EndToEndTest, AckNotifierWithPacketLossAndBlockedSocket) { +// TODO(dschinazi) Fix this test's flakiness in Chrome. +TEST_P( + EndToEndTest, + QUIC_TEST_DISABLED_IN_CHROME(AckNotifierWithPacketLossAndBlockedSocket)) { // Verify that even in the presence of packet loss and occasionally blocked // socket, an AckNotifierDelegate will get informed that the data it is // interested in has been ACKed. This tests end-to-end ACK notification, and