mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-19 13:55:41 +00:00
ci_template.yml: blacklist another test in check
check.gstreamer.gst_gstpad.test_pad_probe_block_add_remove occasianlly fails. https://gitlab.freedesktop.org/gstreamer/gstreamer/issues/339
This commit is contained in:
parent
17e25299e8
commit
d922144894
1 changed files with 2 additions and 0 deletions
|
@ -125,6 +125,7 @@ build android arm64 api28:
|
||||||
# note the -b at the start of each line
|
# note the -b at the start of each line
|
||||||
# Can't comment inline sadly
|
# Can't comment inline sadly
|
||||||
# FIXME: get this into gst-validate-launcher KNOWN_ISSUES
|
# FIXME: get this into gst-validate-launcher KNOWN_ISSUES
|
||||||
|
# gst_gstpad.test_pad_probe_block_add_remove: https://gitlab.freedesktop.org/gstreamer/gstreamer/issues/339
|
||||||
# elements_multisocketsink.test_sending_buffers_with_9_gstmemories: https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/issues/525
|
# 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
|
# 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
|
# flvmux.test_incrementing_timestamps: https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/issues/530
|
||||||
|
@ -137,6 +138,7 @@ build android arm64 api28:
|
||||||
# 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
|
||||||
BLACKLIST: >
|
BLACKLIST: >
|
||||||
|
-b check.gstreamer.gst_gstpad.test_pad_probe_block_add_remove
|
||||||
-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
|
||||||
-b check.gst-plugins-good.elements_souphttpsrc.test_icy_stream
|
-b check.gst-plugins-good.elements_souphttpsrc.test_icy_stream
|
||||||
|
|
Loading…
Reference in a new issue