blob: 7d0312005f48408c611c54aa88dfd7dbd14392a9 [file] [log] [blame]
Patrick Williams03514f12024-04-05 07:04:11 -05001#! /bin/sh
2
3# Multiply all timeouts by ten so they're more likely to work
4# on a loaded system.
5export CK_TIMEOUT_MULTIPLIER=5
6
7# Skip some tests that we know are problematic
8export GST_CHECKS_IGNORE=""
9# gstnetclientclock.c:test_functioning is very sensitive to load
10GST_CHECKS_IGNORE="$GST_CHECKS_IGNORE,test_functioning"
11
12# aggregator.c:test_infinite_seek_50_src_live is known to be flaky
13# https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/410
14GST_CHECKS_IGNORE="$GST_CHECKS_IGNORE,test_infinite_seek_50_src_live"
15
Andrew Geisslerc926e172021-05-07 16:11:35 -050016gnome-desktop-testing-runner gstreamer