mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
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:
parent
c2c72edc9b
commit
7f03e972ee
1 changed files with 2 additions and 0 deletions
|
@ -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/
|
||||
- >
|
||||
|
|
Loading…
Reference in a new issue