Commit b81908f9 authored by Henrik Boström's avatar Henrik Boström Committed by Commit Bot

Disable flaky ScreenshotTabObserverTest tests.

TBR=petewil@chromium.org, jianli@chromium.org, dtrainor@chromium.org, isherman@chromium.org
NOTRY=True

Bug: 901856
Change-Id: I61b14dca18356bb71618150795cddc7cce016574
Reviewed-on: https://chromium-review.googlesource.com/c/1318911Reviewed-by: default avatarHenrik Boström <hbos@chromium.org>
Commit-Queue: Henrik Boström <hbos@chromium.org>
Cr-Commit-Position: refs/heads/master@{#605659}
parent 86ed264e
...@@ -57,8 +57,10 @@ public class ScreenshotTabObserverTest { ...@@ -57,8 +57,10 @@ public class ScreenshotTabObserverTest {
}); });
} }
// Disabled due to flakiness. https://crbug.com/901856
@Test @Test
@SmallTest @SmallTest
@DisabledTest
public void testScreenshotNumberReportingOne() { public void testScreenshotNumberReportingOne() {
MetricsUtils.HistogramDelta histogramDeltaZeroScreenshots = MetricsUtils.HistogramDelta histogramDeltaZeroScreenshots =
new MetricsUtils.HistogramDelta("Tab.Screenshot.ScreenshotsPerPage", 0); new MetricsUtils.HistogramDelta("Tab.Screenshot.ScreenshotsPerPage", 0);
...@@ -77,8 +79,10 @@ public class ScreenshotTabObserverTest { ...@@ -77,8 +79,10 @@ public class ScreenshotTabObserverTest {
histogramDeltaTwoScreenshots.getDelta()); histogramDeltaTwoScreenshots.getDelta());
} }
// Disabled due to flakiness. https://crbug.com/901856
@Test @Test
@SmallTest @SmallTest
@DisabledTest
public void testScreenshotNumberReportingTwo() { public void testScreenshotNumberReportingTwo() {
MetricsUtils.HistogramDelta histogramDeltaTwoScreenshots = MetricsUtils.HistogramDelta histogramDeltaTwoScreenshots =
new MetricsUtils.HistogramDelta("Tab.Screenshot.ScreenshotsPerPage", 2); new MetricsUtils.HistogramDelta("Tab.Screenshot.ScreenshotsPerPage", 2);
...@@ -89,8 +93,10 @@ public class ScreenshotTabObserverTest { ...@@ -89,8 +93,10 @@ public class ScreenshotTabObserverTest {
histogramDeltaTwoScreenshots.getDelta()); histogramDeltaTwoScreenshots.getDelta());
} }
// Disabled due to flakiness. https://crbug.com/901856
@Test @Test
@SmallTest @SmallTest
@DisabledTest
public void testScreenshotActionReporting() { public void testScreenshotActionReporting() {
MetricsUtils.HistogramDelta histogramDeltaScreenshotNoAction = MetricsUtils.HistogramDelta histogramDeltaScreenshotNoAction =
new MetricsUtils.HistogramDelta("Tab.Screenshot.Action", 0); new MetricsUtils.HistogramDelta("Tab.Screenshot.Action", 0);
......
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