Skip to content

tests:ci: Blacklist and fix some tests

Thibault Saunier requested to merge thiblahute/gstreamer:blacklist-tests into main

This aims at fixing tests that failed in https://gitlab.freedesktop.org/tpm/gstreamer/-/pipelines/409118.

commit 79a70b44a78f831142b17d15db42e42485ffde7a (HEAD -> blacklist-tests, thiblahute/blacklist-tests)
Author: Thibault Saunier <tsaunier@igalia.com>
Date:   Sat Sep 25 23:51:52 2021 -0300

    tests: aggregator: Take `TIMEOUT_FACTOR` env var into account
    
    This env var is set in the CI so we grow the timeout as required
    (when running in valgrind for example).
    
    Trying to avoid hitting wrong timeout in valgrind job like in:
    https://gitlab.freedesktop.org/tpm/gstreamer/-/jobs/14009456

commit 3077acc0aae462f88c5cb769ca005b8b274dc272
Author: Thibault Saunier <tsaunier@igalia.com>
Date:   Sat Sep 25 23:40:31 2021 -0300

    tests: Blacklist some tests that recently failed
    
    See:
        - https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/739
        - https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/740
Edited by Nicolas Dufresne

Merge request reports