ci_template.yml: blacklist another test in check

gstpad.test_pad_probe_block_add_remove occasionally fails.

https://gitlab.freedesktop.org/gstreamer/gstreamer/issues/339
This commit is contained in:
Sebastian Dröge 2018-12-14 11:59:48 +02:00
parent c2c72edc9b
commit 7f03e972ee

View file

@ -133,6 +133,7 @@ build android arm64 api28:
# rtspserver.test_shared_tcp: https://gitlab.freedesktop.org/gstreamer/gst-rtsp-server/issues/54
# dtls: https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/811
# mpegtsmux.test_align: https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/844
# gstpad.test_pad_probe_block_add_remove: https://gitlab.freedesktop.org/gstreamer/gstreamer/issues/339
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
@ -142,6 +143,7 @@ build android arm64 api28:
-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
-b check.gstreamer.gst_gstpad.test_pad_probe_block_add_remove
script:
- cd gst-build/
- >