Commit dba9f11e authored by vasilii's avatar vasilii Committed by Commit bot

Disable flaky lscreenControllerInteractiveTest.MouseLockSilentAfterTargetUnlock on CrOS.

BUG=159000
TBR=erg@chromium.org,mad@chromium.org
NOTRY=true

Review URL: https://codereview.chromium.org/589513004

Cr-Commit-Position: refs/heads/master@{#295696}
parent 0b803cd3
...@@ -656,9 +656,8 @@ IN_PROC_BROWSER_TEST_F(FullscreenControllerInteractiveTest, ...@@ -656,9 +656,8 @@ IN_PROC_BROWSER_TEST_F(FullscreenControllerInteractiveTest,
} }
// TODO(erg): linux_aura bringup: http://crbug.com/163931 // TODO(erg): linux_aura bringup: http://crbug.com/163931
// Flaky on Windows: http://crbug.com/159000 // Flaky on Windows, Linux, CrOS: http://crbug.com/159000
#if defined(OS_WIN) || \ #if defined(OS_WIN) || defined(OS_LINUX) || defined(OS_CHROMEOS)
(defined(OS_LINUX) && !defined(OS_CHROMEOS) && defined(USE_AURA))
#define MAYBE_MouseLockSilentAfterTargetUnlock \ #define MAYBE_MouseLockSilentAfterTargetUnlock \
DISABLED_MouseLockSilentAfterTargetUnlock DISABLED_MouseLockSilentAfterTargetUnlock
#else #else
......
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