Commit 1d0d83fd authored by jam's avatar jam Committed by Commit bot

Disable WebViewInteractiveTest.PointerLockFocus which is flaky.

BUG=412086
TBR=lfg@chromium.org
NOTRY=true

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

Cr-Commit-Position: refs/heads/master@{#293794}
parent d6613735
......@@ -597,7 +597,8 @@ IN_PROC_BROWSER_TEST_F(WebViewInteractiveTest, PointerLock) {
}
}
IN_PROC_BROWSER_TEST_F(WebViewInteractiveTest, PointerLockFocus) {
// flaky http://crbug.com/412086
IN_PROC_BROWSER_TEST_F(WebViewInteractiveTest, DISABLED_PointerLockFocus) {
SetupTest("web_view/pointer_lock_focus",
"/extensions/platform_apps/web_view/pointer_lock_focus/guest.html");
......
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