mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-06-11 02:28:05 +00:00
ci: allow failure on valgrind job
We have tests depending on external libraries that must not be updated just to fix such issues
This commit is contained in:
@@ -86,6 +86,7 @@ test:
|
||||
|
||||
test_valgrind:
|
||||
stage: test
|
||||
allow_failure: true
|
||||
except:
|
||||
variables:
|
||||
- $CI_PIPELINE_SOURCE == "schedule"
|
||||
|
||||
Reference in New Issue
Block a user