Commit ca45852d by Yuly Novikov Committed by Commit Bot

Skip flaky TransformFeedbackTest.MultiContext on Win Intel Vulkan

Bug: angleproject:4497 Change-Id: I92e7ad9f0c34fe0b5f67318271ececc218c20757 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2111781Reviewed-by: 's avatarYuly Novikov <ynovikov@chromium.org> Commit-Queue: Yuly Novikov <ynovikov@chromium.org>
parent b1eb44bf
......@@ -547,6 +547,9 @@ TEST_P(TransformFeedbackTest, MultiContext)
ANGLE_SKIP_TEST_IF(IsLinux() && IsAMD() && IsOpenGL());
// Flaky on Win Intel Vulkan. http://anglebug.com/4497
ANGLE_SKIP_TEST_IF(IsWindows() && IsIntel() && IsVulkan());
EGLint contextAttributes[] = {
EGL_CONTEXT_MAJOR_VERSION_KHR,
GetParam().majorVersion,
......
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