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:
@@ -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
|
||||
|
Reference in New Issue
Block a user