Commit 824c1fe0 authored by Lei Zhang's avatar Lei Zhang Committed by Commit Bot

Disable flaky WebViewFocusInteractiveTest.Focus_FocusBeforeNavigation.

TBR=lfg@chromium.org

Bug: 1013552
Change-Id: Id611e5b94fc593b6fc48602d4bebbb7b4a35549d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1857540Reviewed-by: default avatarLei Zhang <thestig@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Cr-Commit-Position: refs/heads/master@{#705316}
parent 412f1318
...@@ -775,8 +775,9 @@ IN_PROC_BROWSER_TEST_F(WebViewPointerLockInteractiveTest, ...@@ -775,8 +775,9 @@ IN_PROC_BROWSER_TEST_F(WebViewPointerLockInteractiveTest,
// Tests that if a <webview> is focused before navigation then the guest starts // Tests that if a <webview> is focused before navigation then the guest starts
// off focused. // off focused.
// Flaky. https://crbug.com/1013552
IN_PROC_BROWSER_TEST_F(WebViewFocusInteractiveTest, IN_PROC_BROWSER_TEST_F(WebViewFocusInteractiveTest,
Focus_FocusBeforeNavigation) { DISABLED_Focus_FocusBeforeNavigation) {
TestHelper("testFocusBeforeNavigation", "web_view/focus", NO_TEST_SERVER); TestHelper("testFocusBeforeNavigation", "web_view/focus", NO_TEST_SERVER);
} }
......
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