From c1d7f69fd52461cebadbeb6420e945f3f73abd00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 12 Feb 2019 11:26:03 +0200 Subject: [PATCH] Blacklist racy audiomixer.test_flush_start_flush_stop test See https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/555 --- gitlab/ci_template.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gitlab/ci_template.yml b/gitlab/ci_template.yml index c64f777695..d697470954 100644 --- a/gitlab/ci_template.yml +++ b/gitlab/ci_template.yml @@ -163,6 +163,7 @@ build android arm64 api28: # camerabin.test_image_video_cycle: https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/864 # camerabin.test_single_video_recording: https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/864#note_101558 # camerabin.test_multiple_video_recordings: https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/864#note_101646 + # audiomixer.test_flush_start_flush_stop: https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/555 # # TO FURTHER INVESTIGATE: # check.gst-plugins-base.libs_gstglcolorconvert.test_reorder_buffer @@ -209,6 +210,7 @@ build android arm64 api28: -b check.gstreamer.elements_capsfilter.test_unfixed_downstream_caps -b check.gst-rtsp-server.gst_rtspclientsink.test_record -b check.gst-rtsp-server.gst_rtspserver.test_shared_udp + -b check.gst-plugins-base.elements_audiomixer.test_flush_start_flush_stop script: - cd gst-build/ - >