gitlab/ci_template: disable another test in check

close #12
This commit is contained in:
Jordan Petridis 2019-03-26 13:46:09 +02:00
parent 497415544b
commit bc2bd98a75
No known key found for this signature in database
GPG key ID: 902CC06D159744F5

View file

@ -177,6 +177,7 @@ build_disable_debug fedora x86_64:
# check.gstreamer.libs_baseparse.parser_pull_short_read
# check.gstreamer.pipelines_seek.test_loopback_2
# check.gst-plugins-base.elements_appsrc.test_appsrc_blocked_on_caps
# check.gst-devtools.validate.launcher_tests.test_validate.launch_pipeline.not_negotiated.caps_query_failure.play_15s
BLACKLIST: >
-b check.gstreamer.pipelines_parse_launch.delayed_link
-b check.gstreamer.gst_gstsystemclock.test_async_sync_interaction
@ -219,6 +220,7 @@ build_disable_debug fedora x86_64:
-b check.gst-rtsp-server.gst_rtspserver.test_shared_udp
-b check.gst-plugins-base.elements_audiomixer.test_flush_start_flush_stop
-b check.gstreamer-sharp.SdpTests
-b check.gst-devtools.validate.launcher_tests.test_validate.launch_pipeline.not_negotiated.caps_query_failure.play_15s
script:
- cd gst-build/
- >