Commit b12c68e0 authored by David Bokan's avatar David Bokan Committed by Commit Bot

Disable failing DevTools test

This test started failing as a result of turning on
--root-layer-scrolls. This flag is now on in ToT so this CL disables the
test to get the waterfall green while a fix is landed.

TBR=dgozman@chromium.org, skobes@chromium.org

Bug: 811406
Change-Id: I6fe244ffa4953ac51e145d9073e0134a6aaa3d68
Reviewed-on: https://chromium-review.googlesource.com/920886
Commit-Queue: David Bokan <bokan@chromium.org>
Reviewed-by: default avatarDavid Bokan <bokan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#536996}
parent 887ffd23
......@@ -948,7 +948,14 @@ IN_PROC_BROWSER_TEST_F(CaptureScreenshotTest,
// Verifies that setDefaultBackgroundColor and captureScreenshot support a fully
// and semi-transparent background, and that setDeviceMetricsOverride doesn't
// affect it.
IN_PROC_BROWSER_TEST_F(CaptureScreenshotTest, TransparentScreenshots) {
// TODO(bokan): Temporarily disabled while landing --root-layer-scrolls.
// https://crbug.com/811406.
#if defined(OS_ANDROID)
#define MAYBE_TransparentScreenshots DISABLED_TransparentScreenshots
#else
#define MAYBE_TransparentScreenshots TransparentScreenshots
#endif
IN_PROC_BROWSER_TEST_F(CaptureScreenshotTest, MAYBE_TransparentScreenshots) {
if (base::SysInfo::IsLowEndDevice())
return;
......
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