Commit e9a6593a by Jamie Madill

Fix suppression for Intel.

BUG=None Change-Id: I3e2e7e845e9ad3814f7d85e56c12023a5e2ef0df Reviewed-on: https://chromium-review.googlesource.com/354104Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
parent 55deb36c
......@@ -272,6 +272,7 @@ TEST_P(StateChangeTest, FramebufferIncompleteDepthStencilAttachment)
{
// TODO(jmadill): Investigate the failure (https://anglebug.com/1388)
std::cout << "Test disabled on Windows Intel OpenGL." << std::endl;
return;
}
glBindFramebuffer(GL_FRAMEBUFFER, mFramebuffer);
......
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