Disable crashy IPCSyncChannelTest.SendWithTimeoutMixedOKAndTimeout

TBR=jam

BUG=70075
TEST=ipc_tests
Review URL: http://codereview.chromium.org/6304010

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71770 0039d316-1c4b-4281-b951-d872f2087c98
parent 4367301d
...@@ -997,7 +997,8 @@ TEST_F(IPCSyncChannelTest, SendWithTimeoutTimeout) { ...@@ -997,7 +997,8 @@ TEST_F(IPCSyncChannelTest, SendWithTimeoutTimeout) {
} }
// Sends some message that time-out and some that succeed. // 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(false);
SendWithTimeoutMixedOKAndTimeout(true); SendWithTimeoutMixedOKAndTimeout(true);
} }
......
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