mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-19 13:55:41 +00:00
tests: don't run tracerrecord in valgrind for now
Because of the way we implement logging and adding/removing log functions currently (we leak a GList on purpose) this test leaks.
This commit is contained in:
parent
d09dc8cbc0
commit
636aa20f28
1 changed files with 1 additions and 0 deletions
|
@ -234,6 +234,7 @@ libs_gstnettimeprovider_LDADD = \
|
|||
# these just need valgrind fixing, period
|
||||
VALGRIND_TO_FIX = \
|
||||
gst/gstinfo \
|
||||
gst/gsttracerrecord \
|
||||
pipelines/parse-launch \
|
||||
tools/gstinspect
|
||||
|
||||
|
|
Loading…
Reference in a new issue