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:
Tim-Philipp Müller 2024-10-26 02:10:37 +01:00
parent bf5b0283a2
commit b3245eb7bd

View file

@ -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 = [