mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-27 18:50:48 +00:00
launcher: testsuites: skip systemclock stress tests
These are very flaky when the build bots are under load.
This commit is contained in:
parent
751a6d756c
commit
22e179cbc1
1 changed files with 2 additions and 0 deletions
|
@ -104,6 +104,8 @@ BLACKLIST = [
|
|||
(r'check.gstreamer.gst_gstsystemclock.test_async_sync_interaction$', 'https://gitlab.freedesktop.org/gstreamer/gstreamer/issues/346'),
|
||||
(r'check.gstreamer.gst_gstsystemclock.test_periodic_multi', 'https://gitlab.freedesktop.org/gstreamer/gstreamer/issues/347'),
|
||||
(r'check.gstreamer.gst_gstsystemclock.test_periodic_shot$', 'https://gitlab.freedesktop.org/gstreamer/gstreamer/issues/348'),
|
||||
(r'check.gstreamer.gst_gstsystemclock.test_stress_cleanup_unschedule', 'flaky under high server load'),
|
||||
(r'check.gstreamer.gst_gstsystemclock.test_stress_reschedule', 'flaky under high server load'),
|
||||
(r'check.gstreamer.pipelines_seek.test_loopback_2$', '?'),
|
||||
(r'check.gstreamer.gst_gstelement.test_foreach_pad$', '?'),
|
||||
(r'check.gstreamer.libs_baseparse.parser_pull_short_read$', '?'),
|
||||
|
|
Loading…
Reference in a new issue