mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 05:59:10 +00:00
validate: skip curlhttpsrc test_get_range when running in valgrind
Seems to reliably fail (timeout) when running in valgrind on the post-F40 CI. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7753>
This commit is contained in:
parent
bf5b0283a2
commit
b3245eb7bd
1 changed files with 1 additions and 0 deletions
|
@ -124,6 +124,7 @@ VALGRIND_BLACKLIST = [
|
|||
(r'check.gst-plugins-good.elements_udpsrc.test_udpsrc_empty_packet', 'https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/740'),
|
||||
(r'check.gst-plugins-bad.elements_svthevc*', 'https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/3011'),
|
||||
(r'check.gst-plugins-bad.elements_srtp.test_roc', 'https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/3939'),
|
||||
(r'check.gst-plugins-bad.elements_curlhttpsrc.test_range_get', '?'),
|
||||
]
|
||||
|
||||
BLACKLIST = [
|
||||
|
|
Loading…
Reference in a new issue