Commit 87607526 by Shahbaz Youssefi Committed by Commit Bot

Disable flaky test on Metal

Bug: chromium:1037665 Bug: angleproject:4177 Change-Id: I38f05f1567803e7ac0c631d94056f26dc122a4f2 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1980278Reviewed-by: 's avatarShahbaz Youssefi <syoussefi@chromium.org> Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
parent c41f2e56
......@@ -1470,8 +1470,8 @@ TEST_P(SimpleStateChangeTest, DrawArraysThenDrawElements)
{
// http://anglebug.com/4121
ANGLE_SKIP_TEST_IF(IsIntel() && IsLinux() && IsOpenGLES());
// httpL//anglebug.com/4177
ANGLE_SKIP_TEST_IF(IsNVIDIA() && IsOSX() && IsMetal());
// http://anglebug.com/4177
ANGLE_SKIP_TEST_IF(IsOSX() && IsMetal());
ANGLE_GL_PROGRAM(program, essl1_shaders::vs::Simple(), essl1_shaders::fs::Blue());
glUseProgram(program);
......
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