Commit 290b8f66 authored by morrita's avatar morrita Committed by Commit bot

Disable IPCChannelMojoErrorTest.SendFailWithPendingMessages

The test is flaky. Disabling it while investigating the cause.

BUG=417439
R=jam@chromium.org

Review URL: https://codereview.chromium.org/597003006

Cr-Commit-Position: refs/heads/master@{#296533}
parent 473f1ad6
...@@ -266,7 +266,8 @@ MULTIPROCESS_IPC_TEST_CLIENT_MAIN(IPCChannelMojoErraticTestClient) { ...@@ -266,7 +266,8 @@ MULTIPROCESS_IPC_TEST_CLIENT_MAIN(IPCChannelMojoErraticTestClient) {
return 0; return 0;
} }
TEST_F(IPCChannelMojoErrorTest, SendFailWithPendingMessages) { // https://crbug.com/417439
TEST_F(IPCChannelMojoErrorTest, DISABLED_SendFailWithPendingMessages) {
Init("IPCChannelMojoErraticTestClient"); Init("IPCChannelMojoErraticTestClient");
// Set up IPC channel and start client. // Set up IPC channel and start client.
......
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