Commit 86de76b6 by Jamie Madill Committed by Commit Bot

Vulkan: Suppress ClearIssue test.

This test was flaky, the failure was missed on the CQ. Bug: angleproject:2484 Change-Id: Ic3c32bcd385620683e9a01acf37d62bbf3ca8797 Reviewed-on: https://chromium-review.googlesource.com/1014733Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
parent 08b9e046
......@@ -133,9 +133,9 @@ TEST_P(ClearTest, RGBA8Framebuffer)
TEST_P(ClearTest, ClearIssue)
{
// Skip this test because of an issue on older Windows AMD Vulkan drivers.
// TODO(jmadill): Re-enable this once Chromium bots are upgraded. http://crbug.com/821522
ANGLE_SKIP_TEST_IF(IsVulkan() && IsAMD() && IsWindows());
// This test seems to triggere flaky validation error in Vulkan.
// TODO(lucferron): Re-enable when test is fixed. http://anglebug.com/2484
ANGLE_SKIP_TEST_IF(IsVulkan());
glEnable(GL_DEPTH_TEST);
glDepthFunc(GL_LEQUAL);
......
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