Commit 080959b7 authored by Helen Li's avatar Helen Li Committed by Commit Bot

Disable TCPSocketTest.ServerReceivesMultipleAccept temporarily

This test is flaky on Mac. This CL disables it temporarily.

Bug: 821224
Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo
Change-Id: I909087ed5102631fdca68b45d9a0c4b6810410fc
Reviewed-on: https://chromium-review.googlesource.com/964614Reviewed-by: default avatarMatt Menke <mmenke@chromium.org>
Commit-Queue: Helen Li <xunjieli@chromium.org>
Cr-Commit-Position: refs/heads/master@{#543459}
parent 155a8caf
...@@ -477,7 +477,8 @@ TEST_F(TCPSocketTest, CannotConnectToWrongInterface) { ...@@ -477,7 +477,8 @@ TEST_F(TCPSocketTest, CannotConnectToWrongInterface) {
} }
} }
TEST_F(TCPSocketTest, ServerReceivesMultipleAccept) { // TODO(xunjieli): This test is flaky on MacOS crbug.com/821224.
TEST_F(TCPSocketTest, DISABLED_ServerReceivesMultipleAccept) {
uint32_t backlog = 10; uint32_t backlog = 10;
TestServer server; TestServer server;
server.Start(backlog); server.Start(backlog);
......
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