From 092f6ddd84c7aa919ff8a7a6d66b153988cc4010 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Thu, 10 Jan 2019 20:14:08 +0200 Subject: [PATCH] gitlab/ci_template: blacklist extra tests rtpsession.test_multiple_senders_roundrobin_rbs: https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/issues/548 elements_audiotestsrc.test_layout: https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/535 --- gitlab/ci_template.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gitlab/ci_template.yml b/gitlab/ci_template.yml index a65c354b9c..cd1a535be1 100644 --- a/gitlab/ci_template.yml +++ b/gitlab/ci_template.yml @@ -143,6 +143,7 @@ build android arm64 api28: # rtpbin.test_cleanup_recv: https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/issues/546 # souphttpsrc.test_icy_stream: https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/issues/307 # rtspserver.test_shared_tcp: https://gitlab.freedesktop.org/gstreamer/gst-rtsp-server/issues/54 + # rtpsession.test_multiple_senders_roundrobin_rbs: https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/issues/548 # dtls: https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/811 # mpegtsmux.test_align: https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/844 # shm.test_shm_live: https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/847 @@ -156,6 +157,7 @@ build android arm64 api28: # pipelines_tcp.test_that_tcpserversink_and_tcpclientsrc_are_symmetrical: https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/221 # elements_capsfilter.test_unfixed_downstream_caps: https://gitlab.freedesktop.org/gstreamer/gstreamer/issues/335 # gst_rtspclientsink.test_record: https://gitlab.freedesktop.org/gstreamer/gst-rtsp-server/issues/55 + # elements_audiotestsrc.test_layout: https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/535 # camerabin.test_image_video_cycle: https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/864 # camerabin.test_single_video_recording: https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/864#note_101558 # camerabin.test_multiple_video_recordings: https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/864#note_101646 @@ -177,6 +179,7 @@ build android arm64 api28: -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-base.libs_gstglcolorconvert.test_reorder_buffer + -b check.gst-plugins-base.elements_audiotestsrc.test_layout -b check.gst-plugins-good.elements_souphttpsrc.test_icy_stream -b check.gst-plugins-good.elements_rtpbin.test_sender_eos -b check.gst-plugins-good.elements_rtpbin.test_cleanup_recv @@ -191,6 +194,7 @@ build android arm64 api28: -b check.gst-plugins-bad.elements_camerabin.test_single_video_recording -b check.gst-plugins-bad.elements_camerabin.test_multiple_video_recordings -b check.gst-rtsp-server.gst_rtspserver.test_shared_tcp + -b check.gst-plugins-good.elements_rtpsession.test_multiple_senders_roundrobin_rbs -b check.gst-plugins-bad.elements_shm.test_shm_live -b check.gst-plugins-good.elements_splitmux.test_splitmuxsink_async -b check.gst-plugins-bad.elements_netsim.netsim_stress