Commit 7ea8bc57 authored by mihaip@chromium.org's avatar mihaip@chromium.org

Disable SucceedWhenAllowed due to timeouts.

BUG=136548
TBR=yzshen@chromium.org

Review URL: https://chromiumcodereview.appspot.com/10736012

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145915 0039d316-1c4b-4281-b951-d872f2087c98
parent cb75db99
......@@ -24,7 +24,8 @@ bool TestMouseLock::Init() {
}
void TestMouseLock::RunTests(const std::string& filter) {
RUN_TEST(SucceedWhenAllowed, filter);
// Disabled due to timeouts: http://crbug.com/136548
// RUN_TEST(SucceedWhenAllowed, filter);
RUN_TEST(FailWhenBlocked, filter);
}
......
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