Commit 983e6aaf authored by John Abd-El-Malek's avatar John Abd-El-Malek

Disable WebViewInteractiveTest.PointerLock which is flaky.

BUG=412086
TBR=lfg@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#294763}
parent 32faa2e9
...@@ -550,8 +550,8 @@ class WebViewInteractiveTest ...@@ -550,8 +550,8 @@ class WebViewInteractiveTest
// crbug.com/341876 // crbug.com/341876
#if defined(OS_LINUX) #if defined(OS_LINUX)
// flaky http://crbug.com/412086
IN_PROC_BROWSER_TEST_F(WebViewInteractiveTest, PointerLock) { IN_PROC_BROWSER_TEST_F(WebViewInteractiveTest, DISABLED_PointerLock) {
SetupTest("web_view/pointer_lock", SetupTest("web_view/pointer_lock",
"/extensions/platform_apps/web_view/pointer_lock/guest.html"); "/extensions/platform_apps/web_view/pointer_lock/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