Commit ddf4d392 by Geoff Lang

Skip BlendMinMax test on Intel OpenGL due to driver flakyness.

Change-Id: I72da31fa0bfbed578e20ff39b82d8c8e716fd276 Reviewed-on: https://chromium-review.googlesource.com/302337Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org> Tested-by: 's avatarGeoff Lang <geofflang@chromium.org>
parent 7258e30c
...@@ -44,6 +44,13 @@ class BlendMinMaxTest : public ANGLETest ...@@ -44,6 +44,13 @@ class BlendMinMaxTest : public ANGLETest
return; return;
} }
// TODO(geofflang): figure out why this fails
if (isIntel() && GetParam() == ES2_OPENGL())
{
std::cout << "Test skipped on OpenGL Intel due to flakyness." << std::endl;
return;
}
SetUpFramebuffer(colorFormat); SetUpFramebuffer(colorFormat);
const size_t colorCount = 1024; const size_t colorCount = 1024;
......
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