Commit 2d1476a5 authored by Ian Clelland's avatar Ian Clelland Committed by Commit Bot

Disable ScrollLatencyNotRecordedIfGSUIgnored test

This test has been failing consistently on MacOS builders, so disabling
as sheriff.

Bug: 1067492
Change-Id: I4db3ae403897b39a96a76b52aefa3b5a7d14fc53
TBR: sadrul@chromium.org
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2187202Reviewed-by: default avatarIan Clelland <iclelland@chromium.org>
Commit-Queue: Ian Clelland <iclelland@chromium.org>
Cr-Commit-Position: refs/heads/master@{#766445}
parent 0a63a1e9
...@@ -217,6 +217,15 @@ IN_PROC_BROWSER_TEST_F(ScrollLatencyBrowserTest, MultipleWheelScrollOnMain) { ...@@ -217,6 +217,15 @@ IN_PROC_BROWSER_TEST_F(ScrollLatencyBrowserTest, MultipleWheelScrollOnMain) {
// Do an upward wheel scroll, and verify that no scroll metrics is recorded when // Do an upward wheel scroll, and verify that no scroll metrics is recorded when
// the scroll event is ignored. // the scroll event is ignored.
// TODO(https://crbug.com/1067492): This test fails pn MacOS builders in release
// mode.
#if defined(OS_MACOSX)
#define MAYBE_ScrollLatencyNotRecordedIfGSUIgnored \
DISABLED_ScrollLatencyNotRecordedIfGSUIgnored
#else
#define MAYBE_ScrollLatencyNotRecordedIfGSUIgnored \
ScrollLatencyNotRecordedIfGSUIgnored
#endif
IN_PROC_BROWSER_TEST_F(ScrollLatencyBrowserTest, IN_PROC_BROWSER_TEST_F(ScrollLatencyBrowserTest,
ScrollLatencyNotRecordedIfGSUIgnored) { ScrollLatencyNotRecordedIfGSUIgnored) {
LoadURL(); LoadURL();
......
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