From d922144894e136b5237a20094411e15dd03be17e Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Fri, 14 Dec 2018 13:33:48 +0200 Subject: [PATCH] ci_template.yml: blacklist another test in check check.gstreamer.gst_gstpad.test_pad_probe_block_add_remove occasianlly fails. https://gitlab.freedesktop.org/gstreamer/gstreamer/issues/339 --- gitlab/ci_template.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gitlab/ci_template.yml b/gitlab/ci_template.yml index f2e50cba8c..975239d3a2 100644 --- a/gitlab/ci_template.yml +++ b/gitlab/ci_template.yml @@ -125,6 +125,7 @@ build android arm64 api28: # note the -b at the start of each line # Can't comment inline sadly # FIXME: get this into gst-validate-launcher KNOWN_ISSUES + # gst_gstpad.test_pad_probe_block_add_remove: https://gitlab.freedesktop.org/gstreamer/gstreamer/issues/339 # elements_multisocketsink.test_sending_buffers_with_9_gstmemories: https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/issues/525 # elements_multisocketsink.test_client_next_keyframe: https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/516 # flvmux.test_incrementing_timestamps: https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/issues/530 @@ -137,6 +138,7 @@ build android arm64 api28: # shm.test_shm_live: https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/847 # splitmux.test_splitmuxsink_async: https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/issues/531 BLACKLIST: > + -b check.gstreamer.gst_gstpad.test_pad_probe_block_add_remove -b check.gst-plugins-base.elements_multisocketsink.test_sending_buffers_with_9_gstmemories -b check.gst-plugins-base.elements_multisocketsink.test_client_next_keyframe -b check.gst-plugins-good.elements_souphttpsrc.test_icy_stream