Skip to content

Commit

Permalink
[sheriff] Disable IPCMojoBootstrapTest.ReceiveEmptyMessage
Browse files Browse the repository at this point in the history
It's flaky as of https://chromium-review.googlesource.com/981445

Bug: 826450
Change-Id: I44227231a3cc954afab40e02508bb9fd552c1507
TBR: rockot@chromium.org, wez@chromium.org
Reviewed-on: https://chromium-review.googlesource.com/982536
Commit-Queue: Roger McFarlane <rogerm@chromium.org>
Reviewed-by: Roger McFarlane <rogerm@chromium.org>
Reviewed-by: Wez <wez@chromium.org>
Cr-Commit-Position: refs/heads/master@{#546259}
  • Loading branch information
rogerm authored and Commit Bot committed Mar 27, 2018
1 parent e1c4a57 commit 107d113
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ipc/ipc_mojo_bootstrap_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,8 @@ MULTIPROCESS_TEST_MAIN_WITH_SETUP(
return 0;
}

TEST_F(IPCMojoBootstrapTest, ReceiveEmptyMessage) {
// TODO(https://crbug.com/826450): Fix flakiness and re-enable.
TEST_F(IPCMojoBootstrapTest, DISABLED_ReceiveEmptyMessage) {
base::MessageLoop message_loop;
Connection connection(
IPC::MojoBootstrap::Create(
Expand Down

0 comments on commit 107d113

Please sign in to comment.