ci/softpipe: Skip flaky triangle-rasterization-overdraw.

It runs a different test each run based on current time, and fails
occasionally.  Until the test can get fixed, remove it.

Reviewed-by: Adam Jackson <ajax@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8275>
This commit is contained in:
Eric Anholt
2020-12-29 11:21:26 -08:00
parent a3785e3481
commit 30caea2820
2 changed files with 5 additions and 4 deletions

View File

@@ -1240,9 +1240,11 @@ softpipe-piglit-quick:
variables:
GALLIUM_DRIVER: softpipe
# rasterpos skipped due to flakes from use-after-free of the draw vs.
# triangle-rasterization skipped due to flakes thanks to it using a time-based random seed.
PIGLIT_OPTIONS: >
--process-isolation false
-x rasterpos
-x triangle-rasterization
-x egl_ext_device_
-x egl_ext_platform_device
-x ext_timer_query@time-elapsed