validate:check: Blacklist new ges valgrind test
authorThibault Saunier <tsaunier@igalia.com>
Fri, 14 Aug 2020 01:55:09 +0000 (21:55 -0400)
committerThibault Saunier <tsaunier@igalia.com>
Fri, 14 Aug 2020 15:29:06 +0000 (11:29 -0400)
I can't find what the issue is and the test is very long anyway

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-devtools/-/merge_requests/219>

validate/launcher/testsuites/check.py

index 5bf9822..8983916 100644 (file)
@@ -110,6 +110,7 @@ VALGRIND_BLACKLIST = [
     (r'check.gst-libav.generic_libavcodec_locking', '?'),
     (r'check.gst-libav.elements_avdemux_ape', '?'),
     (r'check.gst-editing-services.pythontests', 'Need to figure out how to introduce python suppressions'),
+    (r'check.gst-editing-services.check_keyframes_in_compositor_two_sources', 'Valgrind exit with an exitcode 20 but shows no issue: https://gitlab.freedesktop.org/thiblahute/gst-editing-services/-/jobs/4079972')
 ]
 
 BLACKLIST = [