Commit 8b19f30d authored by Olga Sharonova's avatar Olga Sharonova Committed by Commit Bot

Disabling flaky FullscreenInteractiveBrowserTest.NotifyFullscreenAcquired

TBR=ellyjones@chromium.org

Bug: 1087875
Change-Id: I552ee7a358c581829274f8b5e722c76e9f8f0138
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2219900Reviewed-by: default avatarOlga Sharonova <olka@chromium.org>
Commit-Queue: Olga Sharonova <olka@chromium.org>
Cr-Commit-Position: refs/heads/master@{#773188}
parent 2d3ef182
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
// found in the LICENSE file. // found in the LICENSE file.
#include "base/run_loop.h" #include "base/run_loop.h"
#include "build/build_config.h"
#include "chrome/browser/ui/browser.h" #include "chrome/browser/ui/browser.h"
#include "chrome/test/base/in_process_browser_test.h" #include "chrome/test/base/in_process_browser_test.h"
#include "chrome/test/base/ui_test_utils.h" #include "chrome/test/base/ui_test_utils.h"
...@@ -67,8 +68,14 @@ class FullscreenInteractiveBrowserTest : public InProcessBrowserTest { ...@@ -67,8 +68,14 @@ class FullscreenInteractiveBrowserTest : public InProcessBrowserTest {
DISALLOW_COPY_AND_ASSIGN(FullscreenInteractiveBrowserTest); DISALLOW_COPY_AND_ASSIGN(FullscreenInteractiveBrowserTest);
}; };
// https://crbug.com/1087875: Flaky on Linux and Mac.
#if defined(OS_MACOSX) || defined(OS_LINUX)
#define MAYBE_NotifyFullscreenAcquired DISABLED_NotifyFullscreenAcquired
#else
#define MAYBE_NotifyFullscreenAcquired NotifyFullscreenAcquired
#endif
IN_PROC_BROWSER_TEST_F(FullscreenInteractiveBrowserTest, IN_PROC_BROWSER_TEST_F(FullscreenInteractiveBrowserTest,
NotifyFullscreenAcquired) { MAYBE_NotifyFullscreenAcquired) {
content::WebContents* web_contents = content::WebContents* web_contents =
browser()->tab_strip_model()->GetActiveWebContents(); browser()->tab_strip_model()->GetActiveWebContents();
......
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