Commit a1d5ebbf by Corentin Wallez Committed by Commit Bot

Suppress flaky failure on Win Intel OpenGL

TBR=syoussefi@chromium.org Bug: angleproject:5003 Change-Id: I4bc2c963d69ba529d62e01c21080540e54b46796 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2385497 Commit-Queue: Corentin Wallez <cwallez@chromium.org> Reviewed-by: 's avatarCorentin Wallez <cwallez@chromium.org>
parent 7b543998
......@@ -1611,6 +1611,8 @@ TEST_P(BlitFramebufferTest, NonZeroBaseDestinationStencil)
{
// http://anglebug.com/5001
ANGLE_SKIP_TEST_IF(IsOpenGL() && IsIntel() && IsOSX());
// http://anglebug.com/5003
ANGLE_SKIP_TEST_IF(IsOpenGL() && IsIntel() && IsWindows());
ANGLE_GL_PROGRAM(drawRed, essl3_shaders::vs::Simple(), essl3_shaders::fs::Red());
......
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