Commit b25f9c35 authored by Vasilii Sukhanov's avatar Vasilii Sukhanov Committed by Commit Bot

Disable FullscreenControllerInteractiveTest.MouseLockSilentAfterTargetUnlock

TBR=mgiuca@chromium.org

Bug: 876617
Change-Id: I096bf298978e9853b9e44471244523b97d50fcc1
Reviewed-on: https://chromium-review.googlesource.com/c/1275955Reviewed-by: default avatarVasilii Sukhanov <vasilii@chromium.org>
Commit-Queue: Vasilii Sukhanov <vasilii@chromium.org>
Cr-Commit-Position: refs/heads/master@{#598740}
parent 11404676
......@@ -516,21 +516,13 @@ IN_PROC_BROWSER_TEST_F(FullscreenControllerInteractiveTest,
}
// Flaky on Linux, CrOS: http://crbug.com/159000
#if defined(OS_LINUX) || defined(OS_CHROMEOS)
#define MAYBE_MouseLockSilentAfterTargetUnlock \
DISABLED_MouseLockSilentAfterTargetUnlock
#elif defined(OS_WIN)
// Flaky on Windows; see https://crbug.com/791539.
#define MAYBE_MouseLockSilentAfterTargetUnlock \
DISABLED_MouseLockSilentAfterTargetUnlock
#else
#define MAYBE_MouseLockSilentAfterTargetUnlock MouseLockSilentAfterTargetUnlock
#endif
// Flaky on Mac: https://crbug.com/876617.
// Tests mouse lock can be exited and re-entered by an application silently
// with no UI distraction for users.
IN_PROC_BROWSER_TEST_F(FullscreenControllerInteractiveTest,
MAYBE_MouseLockSilentAfterTargetUnlock) {
DISABLED_MouseLockSilentAfterTargetUnlock) {
SetWebContentsGrantedSilentMouseLockPermission();
ASSERT_TRUE(embedded_test_server()->Start());
ui_test_utils::NavigateToURL(
......
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