ci/windows: Skip dEQP-VK.api.command_buffers.record_many_draws*

Those tend to timeout, so let's skip them for now.

Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16971>
This commit is contained in:
Boris Brezillon 2022-06-14 01:58:51 -07:00 committed by Marge Bot
parent dd78dc25e7
commit e46f4ec5f3

View file

@ -2,4 +2,7 @@
# is currently done at pipeline creation time, thus causing a crash any time
# both the front/back stencil test are active (i.e. not always or never) and
# any of the compare mask, reference value or write mask is dynamic.
dEQP-VK.api.command_buffers.record_many_draws*
# Those tests timeout in CI, so let's skip for now.
dEQP-VK.dynamic_state.ds_state.stencil_params*