mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
ci_template.yml: blacklist two more tests in check
check.gst-plugins-bad.elements_shm.test_shm_live check.gst-plugins-good.elements_splitmux.test_splitmuxsink_async occasionally fail. https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/issues/531 https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/847
This commit is contained in:
parent
7f03e972ee
commit
17e25299e8
1 changed files with 4 additions and 0 deletions
|
@ -134,6 +134,8 @@ build android arm64 api28:
|
||||||
# dtls: https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/811
|
# dtls: https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/811
|
||||||
# mpegtsmux.test_align: https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/844
|
# 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
|
# gstpad.test_pad_probe_block_add_remove: https://gitlab.freedesktop.org/gstreamer/gstreamer/issues/339
|
||||||
|
# shm.test_shm_live: https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/847
|
||||||
|
# splitmux.test_splitmuxsink_async: https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/issues/531
|
||||||
BLACKLIST: >
|
BLACKLIST: >
|
||||||
-b check.gst-plugins-base.elements_multisocketsink.test_sending_buffers_with_9_gstmemories
|
-b check.gst-plugins-base.elements_multisocketsink.test_sending_buffers_with_9_gstmemories
|
||||||
-b check.gst-plugins-base.elements_multisocketsink.test_client_next_keyframe
|
-b check.gst-plugins-base.elements_multisocketsink.test_client_next_keyframe
|
||||||
|
@ -144,6 +146,8 @@ build android arm64 api28:
|
||||||
-b check.gst-plugins-bad.elements_dtls.test_create_and_unref
|
-b check.gst-plugins-bad.elements_dtls.test_create_and_unref
|
||||||
-b check.gst-rtsp-server.gst_rtspserver.test_shared_tcp
|
-b check.gst-rtsp-server.gst_rtspserver.test_shared_tcp
|
||||||
-b check.gstreamer.gst_gstpad.test_pad_probe_block_add_remove
|
-b check.gstreamer.gst_gstpad.test_pad_probe_block_add_remove
|
||||||
|
-b check.gst-plugins-bad.elements_shm.test_shm_live
|
||||||
|
-b check.gst-plugins-good.elements_splitmux.test_splitmuxsink_async
|
||||||
script:
|
script:
|
||||||
- cd gst-build/
|
- cd gst-build/
|
||||||
- >
|
- >
|
||||||
|
|
Loading…
Reference in a new issue