Commit 0fbc9c8e authored by Owen Min's avatar Owen Min Committed by Commit Bot

Disable HeadlessWebContentsTest.Focus

Disable this test as it consistently failed on Win10 and Win7.

Tbr: irisu@chromium.org
Bug: 828042
Change-Id: I5366a98999fca0911ae018a94ca479a3e6a308d9
Reviewed-on: https://chromium-review.googlesource.com/992881Reviewed-by: default avatarOwen Min <zmin@chromium.org>
Commit-Queue: Owen Min <zmin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#547749}
parent e35e4b33
......@@ -322,7 +322,14 @@ IN_PROC_BROWSER_TEST_F(HeadlessNoDevToolsTabSocketTest, Test) {
RunAsynchronousTest();
}
IN_PROC_BROWSER_TEST_F(HeadlessWebContentsTest, Focus) {
#if defined(OS_WIN)
// crbug.com/828042
#define MAYBE_Focus DISABLED_Focus
#else
#define MAYBE_Focus Focus
#endif
IN_PROC_BROWSER_TEST_F(HeadlessWebContentsTest, MAYBE_Focus) {
EXPECT_TRUE(embedded_test_server()->Start());
HeadlessBrowserContext* browser_context =
......
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