Module: Mesa Branch: main Commit: e46f4ec5f3f7ec26d98baf2633e6ba85e7222295 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e46f4ec5f3f7ec26d98baf2633e6ba85e7222295
Author: Boris Brezillon <[email protected]> Date: Tue Jun 14 01:58:51 2022 -0700 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 <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16971> --- src/microsoft/ci/warp-skips.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/microsoft/ci/warp-skips.txt b/src/microsoft/ci/warp-skips.txt index 7a3283d2e26..251efdab9a4 100644 --- a/src/microsoft/ci/warp-skips.txt +++ b/src/microsoft/ci/warp-skips.txt @@ -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*
