Dylan Aïssi pushed to branch debian-unstable at X Strike Force / wayland / weston
Commits:
-
575931d1
by Dylan Aïssi at 2024-10-24T21:22:35+02:00
1 changed file:
Changes:
... | ... | @@ -4,5 +4,11 @@ Test-Command: dh_auto_configure; dh_auto_build; dh_auto_test |
4 | 4 | Depends: @builddeps@
|
5 | 5 | Restrictions: allow-stderr
|
6 | 6 | Architecture: amd64 arm64 armel armhf i386 ppc64el
|
7 | -# Tests fail on some Architectures
|
|
7 | + |
|
8 | +# Tests fail on some Architectures, see:
|
|
8 | 9 | # https://gitlab.freedesktop.org/wayland/weston/-/issues/739
|
10 | +# but run them as flaky for now.
|
|
11 | +Test-Command: dh_auto_configure; dh_auto_build; dh_auto_test
|
|
12 | +Depends: @builddeps@
|
|
13 | +Restrictions: allow-stderr, flaky
|
|
14 | +Architecture: !amd64 !arm64 !armel !armhf !i386 !ppc64el |