mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 04:00:10 +01:00
ci/etnaviv: allow failure on failing test
This test has been failing every nightly pipeline on the CI for a long, long time. It seems nobody is currently interested in fixing it, so let's just allow the failure for now. See https://gitlab.freedesktop.org/mesa/mesa/-/issues/9967 Reviewed-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Reviewed-by: Christian Gmeiner <cgmeiner@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25635>
This commit is contained in:
parent
7368a89752
commit
2ac2268ce7
1 changed files with 1 additions and 0 deletions
|
|
@ -76,6 +76,7 @@ gc2000_gles2_asan:
|
|||
extends:
|
||||
- gc2000_gles2
|
||||
- .baremetal-arm32-asan-test
|
||||
allow_failure: true # FIXME: https://gitlab.freedesktop.org/mesa/mesa/-/issues/9967
|
||||
variables:
|
||||
DEQP_FRACTION: 100
|
||||
FDO_CI_CONCURRENT: 1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue