diff --git a/gitlab/ci_template.yml b/gitlab/ci_template.yml index 41aacc91e9..4bda02f8a4 100644 --- a/gitlab/ci_template.yml +++ b/gitlab/ci_template.yml @@ -137,6 +137,10 @@ build android arm64 api28: # splitmux.test_splitmuxsink_async: https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/issues/531 # netsim.netsim_stress: https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/849 # nle_complex.test_one_expandable_another: https://gitlab.freedesktop.org/gstreamer/gst-editing-services/issues/55 + # 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_splitmux.test_splitmuxsrc_sparse_streams: https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/issues/542 BLACKLIST: > -b check.gst-plugins-base.elements_multisocketsink.test_sending_buffers_with_9_gstmemories -b check.gst-plugins-base.elements_multisocketsink.test_client_next_keyframe @@ -150,6 +154,10 @@ build android arm64 api28: -b check.gst-plugins-good.elements_splitmux.test_splitmuxsink_async -b check.gst-plugins-bad.elements_netsim.netsim_stress -b check.gst-editing-services.nle_complex.test_one_expandable_another + -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-plugins-good.elements_splitmux.test_splitmuxsrc_sparse_streams script: - cd gst-build/ - >