gnu: mutter: Disable timeline tests.

* gnu/packages/gnome.scm (mutter)[disable-problematic-tests]: Also disable
timeline tests.
This commit is contained in:
Liliana Marie Prikler 2022-01-27 21:47:11 +01:00
parent 54b1d115c4
commit eccb1e0964
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -7478,7 +7478,12 @@ (define-public mutter
;; expression paragraph. For an explanation, see: info '(sed)
;; Multiline techniques'.
(invoke "sed" "/./{H;$!d} ; x ; s/^.*native-headless.*$//"
"-i" "src/tests/meson.build")))
"-i" "src/tests/meson.build")
;; Timeline tests may unexpectedly fail on missed frames, so
;; let's disable them as well.
;; See <https://gitlab.gnome.org/GNOME/mutter/-/issues/2125>
(substitute* "src/tests/clutter/conform/meson.build"
(("'timeline.*',") ""))))
(replace 'check
(lambda* (#:key tests? test-options parallel-tests?
#:allow-other-keys)