Commit 6d625bfe by Yuly Novikov Committed by Commit Bot

Skip ComputeShaderTest.UniformDirty on Linux Intel Vulkan

Flaky on Linux FYI Release (Intel HD 630) bot. Bug: angleproject:3934 Change-Id: Ia3092e9c740d0052e106d464c59ceac63d4e434e Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1820085Reviewed-by: 's avatarYuly Novikov <ynovikov@chromium.org> Commit-Queue: Yuly Novikov <ynovikov@chromium.org>
parent 84a32193
......@@ -2736,6 +2736,8 @@ TEST_P(ComputeShaderTest, UniformDirty)
{
// glReadPixels is getting the result of the first dispatch call. http://anglebug.com/3879
ANGLE_SKIP_TEST_IF(IsVulkan() && IsWindows() && (IsAMD() || IsNVIDIA()));
// Flaky on Linux FYI Release (Intel HD 630). http://anglebug.com/3934
ANGLE_SKIP_TEST_IF(IsVulkan() && IsLinux() && IsIntel());
GLTexture texture[2];
GLFramebuffer framebuffer;
......
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