ci: disable sporadically failing test

spec@arb_timer_query@timestamp-get seems to fail on D3D12 / Windows
every now and then. Until that's been figured out, let's disable the
test in CI.

Acked-by: Daniel Stone <daniels@collabora.com>
Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8978>
This commit is contained in:
Erik Faye-Lund 2021-02-11 11:12:55 +01:00 committed by Marge Bot
parent 8e52b7b46d
commit a87d648597
2 changed files with 3 additions and 3 deletions

View File

@ -893,7 +893,7 @@ test-d3d12-windows:
GIT_STRATEGY: none # testing doesn't build anything from source GIT_STRATEGY: none # testing doesn't build anything from source
GALLIUM_DRIVER: d3d12 GALLIUM_DRIVER: d3d12
PIGLIT_PROFILE: quick_gl PIGLIT_PROFILE: quick_gl
PIGLIT_OPTIONS: -x nv_copy_depth_to_color -x repeat-wait PIGLIT_OPTIONS: -x nv_copy_depth_to_color -x repeat-wait -x arb_timer_query@timestamp-get
script: script:
- . _install/piglit_run.ps1 - . _install/piglit_run.ps1
artifacts: artifacts:

View File

@ -4742,7 +4742,7 @@ wgl/wgl-sanity: skip
summary: summary:
name: results name: results
---- -------- ---- --------
pass: 13254 pass: 13253
fail: 539 fail: 539
crash: 68 crash: 68
skip: 4114 skip: 4114
@ -4754,4 +4754,4 @@ summary:
changes: 0 changes: 0
fixes: 0 fixes: 0
regressions: 0 regressions: 0
total: 17995 total: 17994