Commit 7023aeb2 authored by Hayato Ito's avatar Hayato Ito Committed by Commit Bot

Sheriff: Disable the test on all bots

TBR=skobes@chromium.org

Bug: 1098148
Change-Id: I13e6a6fd51735ff6ef6e162b93564f5585c2584e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2259397Reviewed-by: default avatarHayato Ito <hayato@chromium.org>
Commit-Queue: Hayato Ito <hayato@chromium.org>
Cr-Commit-Position: refs/heads/master@{#781236}
parent a977940e
......@@ -12,12 +12,7 @@
using ukm::builders::PageLoad;
// http://crbug.com/1098148
#if defined(OS_MACOSX)
#define MAYBE_FirstScrollDelay DISABLED_FirstScrollDelay
#else
#define MAYBE_FirstScrollDelay FirstScrollDelay
#endif
IN_PROC_BROWSER_TEST_F(MetricIntegrationTest, MAYBE_FirstScrollDelay) {
IN_PROC_BROWSER_TEST_F(MetricIntegrationTest, DISABLED_FirstScrollDelay) {
LoadHTML(R"HTML(
<div id="content">
<p>This is some text</p>
......
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