mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
ci_template.yml: blacklist one more tests in check
check.gst-plugins-bad.elements_netsim.netsim_stress occasionally fails. https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/849
This commit is contained in:
parent
da4edd6950
commit
57ec9441d2
1 changed files with 2 additions and 0 deletions
|
@ -135,6 +135,7 @@ build android arm64 api28:
|
||||||
# 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
|
||||||
# shm.test_shm_live: https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/847
|
# 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
|
# 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
|
||||||
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
|
||||||
|
@ -146,6 +147,7 @@ build android arm64 api28:
|
||||||
-b check.gst-rtsp-server.gst_rtspserver.test_shared_tcp
|
-b check.gst-rtsp-server.gst_rtspserver.test_shared_tcp
|
||||||
-b check.gst-plugins-bad.elements_shm.test_shm_live
|
-b check.gst-plugins-bad.elements_shm.test_shm_live
|
||||||
-b check.gst-plugins-good.elements_splitmux.test_splitmuxsink_async
|
-b check.gst-plugins-good.elements_splitmux.test_splitmuxsink_async
|
||||||
|
-b check.gst-plugins-bad.elements_netsim.netsim_stress
|
||||||
script:
|
script:
|
||||||
- cd gst-build/
|
- cd gst-build/
|
||||||
- >
|
- >
|
||||||
|
|
Loading…
Reference in a new issue