Commit 12e538ec authored by Emircan Uysaler's avatar Emircan Uysaler Committed by Commit Bot

Disable flaky VerifyCanvasCaptureOffscreenCanvasFrames test

Bug: 989759
Change-Id: If39223de6950027ca1183aa0c2a6d4bde786daa5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1730776Reviewed-by: default avatarEric Karl <ericrk@chromium.org>
Commit-Queue: Emircan Uysaler <emircan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#683356}
parent 5b9d644a
......@@ -107,17 +107,12 @@ IN_PROC_BROWSER_TEST_F(WebRtcCaptureFromElementBrowserTest,
MakeTypicalCall("testCanvasCapture(drawWebGL);", kCanvasCaptureTestHtmlFile);
}
#if defined(OS_WIN)
// https://crbug.com/869723
// Flaky on Windows 10 with Viz (i.e. in viz_content_browsertests).
#define MAYBE_VerifyCanvasCaptureOffscreenCanvasFrames \
DISABLED_VerifyCanvasCaptureOffscreenCanvasFrames
#else
#define MAYBE_VerifyCanvasCaptureOffscreenCanvasFrames \
VerifyCanvasCaptureOffscreenCanvasFrames
#endif
// https://crbug.com/989759
// Flaky on other platforms due to frame delivery for offscreen canvases.
IN_PROC_BROWSER_TEST_F(WebRtcCaptureFromElementBrowserTest,
MAYBE_VerifyCanvasCaptureOffscreenCanvasFrames) {
DISABLED_VerifyCanvasCaptureOffscreenCanvasFrames) {
MakeTypicalCall("testCanvasCapture(drawOffscreenCanvas);",
kCanvasCaptureTestHtmlFile);
}
......
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