Skip to content
Snippets Groups Projects
Verified Commit bc2229c7 authored by Mattia Rizzolo's avatar Mattia Rizzolo
Browse files

Do not ignore testing in gitlab-ci.

parent c6bba336
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,14 @@ unstable:
testing:
<<: *test
image: debian:testing
allow_failure: true
# Whenever this "testing" test fails, we risk receiving #1070416
# so please let's not ignore these failures.
# Solutions range from temporarily remove the build-dependencies (also adjust
# autopkgtest dependencies and expectations in the `pytst` test), to fixing the
# problematic dependencies.
# See c6bba336606ca6f44036b65e479521a126f080dc for an example on how to disable
# a dependency.
allow_failure: false
stable-bpo:
<<: *test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment