From 0cde909af17b07f042c96143334511827a4a6597 Mon Sep 17 00:00:00 2001 From: Philippe Normand Date: Tue, 5 Feb 2019 11:31:30 +0000 Subject: [PATCH] gitlab: Blacklist another ges test python.test_timeline.TestTransitions.test_transition_type fails as reported in https://gitlab.freedesktop.org/gstreamer/gst-editing-services/issues/62 --- gitlab/ci_template.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gitlab/ci_template.yml b/gitlab/ci_template.yml index 09a4897037..c64f777695 100644 --- a/gitlab/ci_template.yml +++ b/gitlab/ci_template.yml @@ -155,6 +155,7 @@ build android arm64 api28: # nle_complex.test_one_expandable_another: https://gitlab.freedesktop.org/gstreamer/gst-editing-services/issues/55 # nle_simple.test_simplest: https://gitlab.freedesktop.org/gstreamer/gst-editing-services/issues/57 # ges_basic.test_ges_pipeline_change_stat: https://gitlab.freedesktop.org/gstreamer/gst-editing-services/issues/58 + # gst-editing-services.pythontests.pyunittest.python.test_timeline.TestTransitions.test_transition_type: https://gitlab.freedesktop.org/gstreamer/gst-editing-services/issues/62 # pipelines_tcp.test_that_tcpserversink_and_tcpclientsrc_are_symmetrical: https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/221 # elements_capsfilter.test_unfixed_downstream_caps: https://gitlab.freedesktop.org/gstreamer/gstreamer/issues/335 # gst_rtspclientsink.test_record: https://gitlab.freedesktop.org/gstreamer/gst-rtsp-server/issues/55 @@ -203,6 +204,7 @@ build android arm64 api28: -b check.gst-editing-services.nle_complex.test_one_expandable_another -b check.gst-editing-services.nle_simple.test_simplest -b check.gst-editing-services.ges_basic.test_ges_pipeline_change_state + -b check.gst-editing-services.pythontests.pyunittest.python.test_timeline.TestTransitions.test_transition_type -b check.gst-plugins-base.pipelines_tcp.test_that_tcpserversink_and_tcpclientsrc_are_symmetrical -b check.gstreamer.elements_capsfilter.test_unfixed_downstream_caps -b check.gst-rtsp-server.gst_rtspclientsink.test_record