Commit 243a4fcc authored by Matt Menke's avatar Matt Menke Committed by Commit Bot

Disable TCPBoundSocketTest.BindError

It's flaking.  I'll fix it tomorrow.

TBR=morlovich@chromium.org
NOTRY=true

Bug: 880492
Cq-Include-Trybots: luci.chromium.try:linux_mojo
Change-Id: Ia1b1122c295ad5cd922e0b9914009efbb7e5e307
Reviewed-on: https://chromium-review.googlesource.com/1205715
Commit-Queue: Matt Menke <mmenke@chromium.org>
Reviewed-by: default avatarMatt Menke <mmenke@chromium.org>
Cr-Commit-Position: refs/heads/master@{#588714}
parent 71723417
...@@ -193,7 +193,7 @@ class TCPBoundSocketTest : public testing::Test { ...@@ -193,7 +193,7 @@ class TCPBoundSocketTest : public testing::Test {
// Try to bind a socket to an address already being listened on, which should // Try to bind a socket to an address already being listened on, which should
// fail. // fail.
TEST_F(TCPBoundSocketTest, BindError) { TEST_F(TCPBoundSocketTest, DISABLED_BindError) {
// Set up a listening socket. // Set up a listening socket.
network::mojom::TCPBoundSocketPtr bound_socket1; network::mojom::TCPBoundSocketPtr bound_socket1;
net::IPEndPoint bound_address1; net::IPEndPoint bound_address1;
......
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