Commit f714bc0e authored by foolip's avatar foolip Committed by Commit bot

Disable WebViewInteractiveTest.KeyboardFocusSimple on Linux

It flakily times out on the Linux Tests builder.

BUG=709202
TBR=avallee@chromium.org

Review-Url: https://codereview.chromium.org/2801943004
Cr-Commit-Position: refs/heads/master@{#462836}
parent e60fc7f9
......@@ -1428,6 +1428,11 @@ IN_PROC_BROWSER_TEST_P(WebViewFocusInteractiveTest, FocusAndVisibility) {
}
IN_PROC_BROWSER_TEST_P(WebViewInteractiveTest, KeyboardFocusSimple) {
#if defined(OS_LINUX)
// Flaky timeouts on Linux. https://crbug.com/709202
if (GetParam())
return;
#endif // defined(OS_LINUX)
TestHelper("testKeyboardFocusSimple", "web_view/focus", NO_TEST_SERVER);
EXPECT_EQ(embedder_web_contents()->GetFocusedFrame(),
......
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