mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-16 21:58:21 +02:00
ci: Skip dEQP-VK.wsi.direct_drm.
While I want these to be tested given that I'm hacking on the code, we can't run them in parallel with each other or you'll get unstable results. Note that these are effectively all skips currently, due to https://gitlab.khronos.org/Tracker/vk-gl-cts/-/issues/6168 Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38502>
This commit is contained in:
parent
a842e641d9
commit
cf32a5f0d1
1 changed files with 3 additions and 0 deletions
|
|
@ -45,6 +45,9 @@ glx@glx-copy-sub-buffer.*
|
|||
dEQP-VK.api.get_device_proc_addr.non_enabled
|
||||
dEQP-VK.api.version_check.unavailable_entry_points
|
||||
|
||||
# These require a DRM master connection, so we need https://gitlab.freedesktop.org/mesa/deqp-runner/-/issues/67
|
||||
dEQP-VK.wsi.direct_drm.*
|
||||
|
||||
# These tests are flaking too much recently on almost all drivers, so better skip them until the cause is identified
|
||||
spec@arb_program_interface_query@arb_program_interface_query-getprogramresourceindex
|
||||
spec@arb_program_interface_query@arb_program_interface_query-getprogramresourceindex@'vs_input2[1][0]' on GL_PROGRAM_INPUT
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue