Patrick Williams | 03514f1 | 2024-04-05 07:04:11 -0500 | [diff] [blame] | 1 | #! /bin/sh |
| 2 | |
| 3 | # Multiply all timeouts by ten so they're more likely to work |
| 4 | # on a loaded system. |
| 5 | export CK_TIMEOUT_MULTIPLIER=5 |
| 6 | |
| 7 | # Skip some tests that we know are problematic |
| 8 | export GST_CHECKS_IGNORE="" |
| 9 | # gstnetclientclock.c:test_functioning is very sensitive to load |
| 10 | GST_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 |
| 14 | GST_CHECKS_IGNORE="$GST_CHECKS_IGNORE,test_infinite_seek_50_src_live" |
| 15 | |
Andrew Geissler | c926e17 | 2021-05-07 16:11:35 -0500 | [diff] [blame] | 16 | gnome-desktop-testing-runner gstreamer |