ci_template.yml: blacklist one more tests in check

check.gst-editing-services.nle_complex.test_one_expandable_another occasionally fails.

https://gitlab.freedesktop.org/gstreamer/gst-editing-services/issues/55
This commit is contained in:
Sebastian Dröge 2018-12-18 18:52:24 +02:00
parent 2481157931
commit ea7a482326

View file

@ -137,6 +137,7 @@ build android arm64 api28:
# 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
# validate_padmonitor.buffer: https://gitlab.freedesktop.org/gstreamer/gst-devtools/issues/34
# nle_complex.test_one_expandable_another: https://gitlab.freedesktop.org/gstreamer/gst-editing-services/issues/55
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
@ -150,6 +151,7 @@ build android arm64 api28:
-b check.gst-plugins-good.elements_splitmux.test_splitmuxsink_async
-b check.gst-plugins-bad.elements_netsim.netsim_stress
-b check.gst-devtools.validate_padmonitor.buffer
-b check.gst-editing-services.nle_complex.test_one_expandable_another
script:
- cd gst-build/
- >