| Index: ipc/ipc_channel_mojo_unittest.cc
|
| diff --git a/ipc/ipc_channel_mojo_unittest.cc b/ipc/ipc_channel_mojo_unittest.cc
|
| index 30e9f5c4334389cb4accaa47f311e9b0f31987f5..41950d29a47d98016a684fa8b16336c3263ff9ac 100644
|
| --- a/ipc/ipc_channel_mojo_unittest.cc
|
| +++ b/ipc/ipc_channel_mojo_unittest.cc
|
| @@ -265,7 +265,8 @@ DEFINE_IPC_CHANNEL_MOJO_TEST_CLIENT(IPCChannelMojoErraticTestClient,
|
| Close();
|
| }
|
|
|
| -TEST_F(IPCChannelMojoTest, SendFailWithPendingMessages) {
|
| +// Disabled because flake. http://crbug.com/630831
|
| +TEST_F(IPCChannelMojoTest, DISABLED_SendFailWithPendingMessages) {
|
| InitWithMojo("IPCChannelMojoErraticTestClient");
|
|
|
| // Set up IPC channel and start client.
|
|
|