summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Brezillon <boris.brezillon@collabora.com>2022-06-14 01:58:51 -0700
committerMarge Bot <emma+marge@anholt.net>2022-06-15 00:10:42 +0000
commite46f4ec5f3f7ec26d98baf2633e6ba85e7222295 (patch)
tree0d0936a080af42ef3408e17306a5b8bf2ebae82b
parentdd78dc25e7d13f06a16456b3b2bb87dc68e708d4 (diff)
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>
-rw-r--r--src/microsoft/ci/warp-skips.txt3
1 files changed, 3 insertions, 0 deletions
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*