Commit af48c8e6 authored by Hayato Ito's avatar Hayato Ito Committed by Commit Bot

[Sheriff] Disable the test

Disable the failing test on Linux.

Bug=1108205
TBR=miu@chromium.org

Change-Id: Ie388ca75a2fadce937d613994847217e7f9579fc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2310271Reviewed-by: default avatarHayato Ito <hayato@chromium.org>
Commit-Queue: Hayato Ito <hayato@chromium.org>
Cr-Commit-Position: refs/heads/master@{#790745}
parent 22ec99a9
......@@ -400,8 +400,15 @@ INSTANTIATE_TEST_SUITE_P(
// whether the browser is running with software compositing or GPU-accelerated
// compositing, whether the WebContents is visible/hidden or occluded/unoccluded
// and whether the main document contains a cross-site iframe.
// Fails on Linux only. http://crbug.com/1108205
#if defined(OS_LINUX)
#define MAYBE_CapturesContentChanges DISABLED_CapturesContentChanges
#else
#define MAYBE_CapturesContentChanges CapturesContentChanges
#endif
IN_PROC_BROWSER_TEST_P(WebContentsVideoCaptureDeviceBrowserTestP,
CapturesContentChanges) {
MAYBE_CapturesContentChanges) {
SCOPED_TRACE(testing::Message()
<< "Test parameters: "
<< (IsSoftwareCompositingTest() ? "Software Compositing"
......
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