Commit 1beb23ad authored by Elly Fong-Jones's avatar Elly Fong-Jones Committed by Commit Bot

sheriff: disable SyntheticInputTest.SlowSmoothScrollWheel

It is flaky on every platform to differing degrees.

Tbr: sadrul@chromium.org
Change-Id: I4dde9bdc58aafc958b95cedda2a4ade29943d03a
Bug: 1086334
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2348691Reviewed-by: default avatarElly Fong-Jones <ellyjones@chromium.org>
Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org>
Cr-Commit-Position: refs/heads/master@{#796816}
parent 0fcf2a51
...@@ -158,15 +158,12 @@ IN_PROC_BROWSER_TEST_F(SyntheticInputTest, SmoothScrollWheel) { ...@@ -158,15 +158,12 @@ IN_PROC_BROWSER_TEST_F(SyntheticInputTest, SmoothScrollWheel) {
"document.scrollingElement.scrollTop")); "document.scrollingElement.scrollTop"));
} }
#if defined(OS_ANDROID)
// http://crbug.com/1103731. Flaky on Android bots.
#define MAYBE_SlowSmoothScrollWheel DISABLED_SlowSmoothScrollWheel
#else
#define MAYBE_SlowSmoothScrollWheel SlowSmoothScrollWheel
#endif
// This test ensures that slow synthetic wheel scrolling does not lose precision // This test ensures that slow synthetic wheel scrolling does not lose precision
// over time. // over time.
IN_PROC_BROWSER_TEST_F(SyntheticInputTest, MAYBE_SlowSmoothScrollWheel) { // https://crbug.com/1103731. Flaky on Android bots.
// https://crbug.com/1086334. Flaky on all desktop bots, but maybe for a
// different reason.
IN_PROC_BROWSER_TEST_F(SyntheticInputTest, DISABLED_SlowSmoothScrollWheel) {
LoadURL(R"HTML( LoadURL(R"HTML(
data:text/html;charset=utf-8, data:text/html;charset=utf-8,
<!DOCTYPE html> <!DOCTYPE html>
......
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