From 81765960caca853cbca443307d6cde2e840b10fe Mon Sep 17 00:00:00 2001 From: Philippe Normand Date: Tue, 5 Feb 2019 10:27:39 +0000 Subject: [PATCH] gitlab: Blacklist the rtsp-server test_shared_udp test This test sometimes fails, as reported in https://gitlab.freedesktop.org/gstreamer/gst-rtsp-server/issues/61 --- gitlab/ci_template.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gitlab/ci_template.yml b/gitlab/ci_template.yml index d62d56563c..09a4897037 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 + # rtspserver.test_shared_udp: https://gitlab.freedesktop.org/gstreamer/gst-rtsp-server/issues/61 # 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 @@ -205,6 +206,7 @@ build android arm64 api28: -b check.gst-plugins-base.pipelines_tcp.test_that_tcpserversink_and_tcpclientsrc_are_symmetrical -b check.gstreamer.elements_capsfilter.test_unfixed_downstream_caps -b check.gst-rtsp-server.gst_rtspclientsink.test_record + -b check.gst-rtsp-server.gst_rtspserver.test_shared_udp script: - cd gst-build/ - >