diff --git a/gitlab/ci_template.yml b/gitlab/ci_template.yml index c72c25d410..10c0adaa20 100644 --- a/gitlab/ci_template.yml +++ b/gitlab/ci_template.yml @@ -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/ - >