Commit d748b448 authored by vasilii@chromium.org's avatar vasilii@chromium.org

Disable TouchActionBrowserTes.TouchActionNoneon CrOS

BUG=376695
TBR=nduca@chromium.org

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272447 0039d316-1c4b-4281-b951-d872f2087c98
parent 4389495d
......@@ -192,7 +192,8 @@ IN_PROC_BROWSER_TEST_F(TouchActionBrowserTest, DISABLED_DefaultAuto) {
// Verify that touching a touch-action: none region disables scrolling and
// enables all touch events to be sent.
// Disabled on MacOS because it doesn't support touch input.
#if defined(OS_MACOSX)
// Flaky on OS_CHROMEOS crbug/376695.
#if defined(OS_MACOSX) || defined(OS_CHROMEOS)
#define MAYBE_TouchActionNone DISABLED_TouchActionNone
#else
#define MAYBE_TouchActionNone TouchActionNone
......
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