Commit 47c9888c by Yuly Novikov Committed by Commit Bot

Skip SimpleOperationTest.DrawQuadAndSwap on Linux Intel Vulkan

Was flaky. BUG=angleproject:2301 Change-Id: Id71cf6c43e133810c64535bbde494d12546b0adc Reviewed-on: https://chromium-review.googlesource.com/854978Reviewed-by: 's avatarYuly Novikov <ynovikov@chromium.org> Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Yuly Novikov <ynovikov@chromium.org>
parent 949b4f07
...@@ -231,6 +231,9 @@ TEST_P(SimpleOperationTest, DrawQuad) ...@@ -231,6 +231,9 @@ TEST_P(SimpleOperationTest, DrawQuad)
// Simple repeated draw and swap test. // Simple repeated draw and swap test.
TEST_P(SimpleOperationTest, DrawQuadAndSwap) TEST_P(SimpleOperationTest, DrawQuadAndSwap)
{ {
// anglebug.com/2301
ANGLE_SKIP_TEST_IF(IsLinux() && IsIntel() && IsVulkan());
const std::string &vertexShader = const std::string &vertexShader =
"attribute vec3 position;\n" "attribute vec3 position;\n"
"void main()\n" "void main()\n"
......
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