Commit 1f7ecbb0 authored by Xida Chen's avatar Xida Chen Committed by Commit Bot

[sheriff] Disable QuicTransportTest.EchoOnBidirectionalStream

TBR=jianli@chromium.org
NOTRY=true

Bug: 1129847
Change-Id: Id423f04485fda389119d532f1a528703d7476446
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2441010Reviewed-by: default avatarXida Chen <xidachen@chromium.org>
Commit-Queue: Xida Chen <xidachen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#812142}
parent 2a9c2f2d
...@@ -518,7 +518,8 @@ TEST_F(QuicTransportTest, EchoOnUnidirectionalStreams) { ...@@ -518,7 +518,8 @@ TEST_F(QuicTransportTest, EchoOnUnidirectionalStreams) {
EXPECT_EQ(0u, resets_sent.size()); EXPECT_EQ(0u, resets_sent.size());
} }
TEST_F(QuicTransportTest, EchoOnBidirectionalStream) { // crbug.com/1129847: disabled because it is flaky.
TEST_F(QuicTransportTest, DISABLED_EchoOnBidirectionalStream) {
base::RunLoop run_loop_for_handshake; base::RunLoop run_loop_for_handshake;
mojo::PendingRemote<mojom::QuicTransportHandshakeClient> handshake_client; mojo::PendingRemote<mojom::QuicTransportHandshakeClient> handshake_client;
TestHandshakeClient test_handshake_client( TestHandshakeClient test_handshake_client(
......
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