From: Jordan Petridis Date: Thu, 13 Dec 2018 19:18:40 +0000 (+0200) Subject: ci_template.yml: blacklist another test in check X-Git-Tag: 1.19.3~497^2~447 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c2c72edc9b5732cd598fb222a880a79c6d17a20a;p=platform%2Fupstream%2Fgstreamer.git ci_template.yml: blacklist another test in check check.gst-plugins-good.elements_flvmux.test_incrementing_timestamps occasianlly fails. https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/issues/530 --- diff --git a/gitlab/ci_template.yml b/gitlab/ci_template.yml index 333e4ff..fac41ca 100644 --- a/gitlab/ci_template.yml +++ b/gitlab/ci_template.yml @@ -127,6 +127,7 @@ build android arm64 api28: # FIXME: get this into gst-validate-launcher KNOWN_ISSUES # 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 # rtpbin.test_sender_eos: https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/issues/527 # 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 @@ -137,6 +138,7 @@ build android arm64 api28: -b check.gst-plugins-base.elements_multisocketsink.test_client_next_keyframe -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_flvmux.test_incrementing_timestamps -b check.gst-plugins-bad.elements_dtls.test_data_transfer -b check.gst-plugins-bad.elements_dtls.test_create_and_unref -b check.gst-rtsp-server.gst_rtspserver.test_shared_tcp