Commit 259d14e5 by Jamie Madill Committed by Commit Bot

Disable timing out Vulkan GLES 1 test.

This test is timing out on a Windows 7 config. Test: GLES1ConformanceTest.AmbLight/ES1_Vulkan Bug: angleproject:5234 Change-Id: I4c3ccdeb58d793952aaa44d4902dedf7ce192ec3 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2496142Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
parent 37e84651
...@@ -140,6 +140,8 @@ class GLES1ConformanceTest : public ANGLETest ...@@ -140,6 +140,8 @@ class GLES1ConformanceTest : public ANGLETest
TEST_P(GLES1ConformanceTest, AmbLight) TEST_P(GLES1ConformanceTest, AmbLight)
{ {
// Flaky timeouts due to slow test. http://anglebug.com/5234
ANGLE_SKIP_TEST_IF(IsVulkan());
ASSERT_NE(CONFORMANCE_TEST_ERROR, AmbLightExec()); ASSERT_NE(CONFORMANCE_TEST_ERROR, AmbLightExec());
} }
......
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