mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-21 13:36:39 +00:00
validate:check: Blacklist new ges valgrind test
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>
This commit is contained in:
parent
c45e2612a9
commit
e995c5ccc3
1 changed files with 1 additions and 0 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue