Commit a8f55a43 authored by foolip's avatar foolip Committed by Commit bot

Disable WebContentsViewAuraTest.VerticalOverscroll on ChromeOS

BUG=679420
TBR=sadrul@chromium.org

Review-Url: https://codereview.chromium.org/2626823005
Cr-Commit-Position: refs/heads/master@{#442946}
parent 37127ecd
...@@ -1003,8 +1003,8 @@ IN_PROC_BROWSER_TEST_F(WebContentsViewAuraTest, ...@@ -1003,8 +1003,8 @@ IN_PROC_BROWSER_TEST_F(WebContentsViewAuraTest,
} }
// Test that vertical overscroll updates are sent only when a user overscrolls // Test that vertical overscroll updates are sent only when a user overscrolls
// vertically. // vertically. Flaky on several platforms. https://crbug.com/679420
#if defined(OS_WIN) #if defined(OS_WIN) || defined(OS_CHROMEOS)
#define MAYBE_VerticalOverscroll DISABLED_VerticalOverscroll #define MAYBE_VerticalOverscroll DISABLED_VerticalOverscroll
#else #else
#define MAYBE_VerticalOverscroll VerticalOverscroll #define MAYBE_VerticalOverscroll VerticalOverscroll
......
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