Commit 12462910 by Jamie Madill Committed by Commit Bot

Skip slow GLES 1 Win/Intel/Vulkan test.

GLES1ConformanceTest.Blend/ES1_Vulkan Bug: angleproject:5171 Change-Id: I2f3bb0d53676ed54e1fb74816e7c93a8e44042a3 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2472536Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
parent b22e437a
...@@ -185,6 +185,8 @@ TEST_P(GLES1ConformanceTest, BCorner) ...@@ -185,6 +185,8 @@ TEST_P(GLES1ConformanceTest, BCorner)
TEST_P(GLES1ConformanceTest, Blend) TEST_P(GLES1ConformanceTest, Blend)
{ {
// Slow test, takes over 20 seconds in some configs. http://anglebug.com/5171
ANGLE_SKIP_TEST_IF(IsVulkan() && IsIntel() && IsWindows());
ASSERT_NE(CONFORMANCE_TEST_ERROR, BlendExec()); ASSERT_NE(CONFORMANCE_TEST_ERROR, BlendExec());
} }
......
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