Commit 8a3e99b8 authored by rtenneti's avatar rtenneti Committed by Commit bot

QUIC - disabled EndToEndTest.LargePostZeroRTTFailure to fix flakiness

until we fix the problem. rjshade is looking into the flakiness in the
internal source tree.

R=rch@chromium.org, rjshade@chromium.org
BUG=407756

Review URL: https://codereview.chromium.org/488233004

Cr-Commit-Position: refs/heads/master@{#292020}
parent 6434e337
...@@ -672,7 +672,9 @@ TEST_P(EndToEndTest, LargePostNoPacketLossWithDelayAndReordering) { ...@@ -672,7 +672,9 @@ TEST_P(EndToEndTest, LargePostNoPacketLossWithDelayAndReordering) {
EXPECT_EQ(kFooResponseBody, client_->SendCustomSynchronousRequest(request)); EXPECT_EQ(kFooResponseBody, client_->SendCustomSynchronousRequest(request));
} }
TEST_P(EndToEndTest, LargePostZeroRTTFailure) { // TODO(rtenneti): This is flaky on ChromiumOS bots.
// http://crbug.com/407756
TEST_P(EndToEndTest, DISABLED_LargePostZeroRTTFailure) {
// Have the server accept 0-RTT without waiting a startup period. // Have the server accept 0-RTT without waiting a startup period.
strike_register_no_startup_period_ = true; strike_register_no_startup_period_ = true;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment