Commit 3dde5ce0 authored by Steven Holte's avatar Steven Holte Committed by Commit Bot

Disable FullscreenElementInABAAndExitViaEscapeKey test.

TBR=sky
NOTRY=true

Bug: 854294
Change-Id: Ic904d41cbc236a8812472e7f0dba0cb45396f256
Reviewed-on: https://chromium-review.googlesource.com/1107135Reviewed-by: default avatarSteven Holte <holte@chromium.org>
Commit-Queue: Steven Holte <holte@chromium.org>
Cr-Commit-Position: refs/heads/master@{#568633}
parent beee8d84
......@@ -849,8 +849,16 @@ void SitePerProcessInteractiveBrowserTest::FullscreenElementInABA(
EXPECT_EQ("none", GetFullscreenElementId(grandchild));
}
// This is flaky on Linux (crbug.com/854294)
#if defined(OS_LINUX)
#define MAYBE_FullscreenElementInABAAndExitViaEscapeKey \
DISABLED_FullscreenElementInABAAndExitViaEscapeKey
#else
#define MAYBE_FullscreenElementInABAAndExitViaEscapeKey \
FullscreenElementInABAAndExitViaEscapeKey
#endif
IN_PROC_BROWSER_TEST_F(SitePerProcessInteractiveBrowserTest,
FullscreenElementInABAAndExitViaEscapeKey) {
MAYBE_FullscreenElementInABAAndExitViaEscapeKey) {
if (IsMacViewsBrowser())
return;
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