Commit f36f4339 authored by iclelland's avatar iclelland Committed by Commit bot

Disable FullscreenElementInABAAndExitViaEscapeKey test on Windows due to flakes

BUG=647311
TBR=kenrb@chromium.org

Review-Url: https://codereview.chromium.org/2342853003
Cr-Commit-Position: refs/heads/master@{#419163}
parent e3d187c4
......@@ -588,8 +588,14 @@ void SitePerProcessInteractiveBrowserTest::FullscreenElementInABA(
EXPECT_EQ("none", GetFullscreenElementId(grandchild));
}
// Flaky on Windows: https://crbug.com/647311
#if defined(OS_WIN)
#define MAYBE_FullscreenElementInABAAndExitViaEscapeKey DISABLED_FullscreenElementInABAAndExitViaEscapeKey
#else
#define MAYBE_FullscreenElementInABAAndExitViaEscapeKey FullscreenElementInABAAndExitViaEscapeKey
#endif
IN_PROC_BROWSER_TEST_F(SitePerProcessInteractiveBrowserTest,
FullscreenElementInABAAndExitViaEscapeKey) {
MAYBE_FullscreenElementInABAAndExitViaEscapeKey) {
FullscreenElementInABA(FullscreenExitMethod::ESC_PRESS);
}
......
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