| Index: ipc/ipc_sync_channel_unittest.cc
|
| ===================================================================
|
| --- ipc/ipc_sync_channel_unittest.cc (revision 71594)
|
| +++ ipc/ipc_sync_channel_unittest.cc (working copy)
|
| @@ -997,7 +997,8 @@
|
| }
|
|
|
| // Sends some message that time-out and some that succeed.
|
| -TEST_F(IPCSyncChannelTest, SendWithTimeoutMixedOKAndTimeout) {
|
| +// Crashes flakily, http://crbug.com/70075.
|
| +TEST_F(IPCSyncChannelTest, DISABLED_SendWithTimeoutMixedOKAndTimeout) {
|
| SendWithTimeoutMixedOKAndTimeout(false);
|
| SendWithTimeoutMixedOKAndTimeout(true);
|
| }
|
|
|