diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm index 79a62da660c..c84455591a8 100644 --- a/gnu/packages/gstreamer.scm +++ b/gnu/packages/gstreamer.scm @@ -578,7 +578,10 @@ This package provides the core library and elements.") (substitute* "tests/check/meson.build" ;; This test causes nondeterministic failures (see: ;; ). - ((".*'elements/appsrc.c'.*") "")) + ((".*'elements/appsrc.c'.*") "") + ;; This one is flaky (see: + ;; ). + ((".*'elements/inputselector.c'.*") "")) ;; Some other tests fail on other architectures. #$@(cond ((target-x86-32?)