diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-19 08:11:56 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-19 08:11:56 +0000 |
commit | 711032ec0b2f733c7d827d7f048022aa0b78b811 (patch) | |
tree | d2b248f8d07fc563d6048b9d99f2791723083bfc /ipc | |
parent | 4367301d1526fab4aac2cdf7a1d7bb78ed1ff4dc (diff) | |
download | chromium_src-711032ec0b2f733c7d827d7f048022aa0b78b811.zip chromium_src-711032ec0b2f733c7d827d7f048022aa0b78b811.tar.gz chromium_src-711032ec0b2f733c7d827d7f048022aa0b78b811.tar.bz2 |
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
Diffstat (limited to 'ipc')
-rw-r--r-- | ipc/ipc_sync_channel_unittest.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ipc/ipc_sync_channel_unittest.cc b/ipc/ipc_sync_channel_unittest.cc index 19aa2f1..de40083 100644 --- a/ipc/ipc_sync_channel_unittest.cc +++ b/ipc/ipc_sync_channel_unittest.cc @@ -997,7 +997,8 @@ TEST_F(IPCSyncChannelTest, SendWithTimeoutTimeout) { } // 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); } |