Commit f4331bce authored by Wez's avatar Wez Committed by Commit Bot

Disable IPCMojoBootstrapTest.ReceiveEmptyMessage temporarily.

This test is inherently flaky, so disable it pending a fix.

TBR: rockot
Bug: 821254
Change-Id: Ic9db63f5a66d1e775033e6e2c9fa029beb7c5e42
Reviewed-on: https://chromium-review.googlesource.com/959746Reviewed-by: default avatarWez <wez@chromium.org>
Commit-Queue: Wez <wez@chromium.org>
Cr-Commit-Position: refs/heads/master@{#542710}
parent d81bdfce
......@@ -133,7 +133,8 @@ TEST_F(IPCMojoBootstrapTest, Connect) {
EXPECT_TRUE(helper_.WaitForChildTestShutdown());
}
TEST_F(IPCMojoBootstrapTest, ReceiveEmptyMessage) {
// TODO(https://crbug.com/821254): Fix this test and re-enable it.
TEST_F(IPCMojoBootstrapTest, DISABLED_ReceiveEmptyMessage) {
base::MessageLoop message_loop;
Connection connection(
IPC::MojoBootstrap::Create(
......
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