summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2019-04-19 13:02:43 +0100
committerTim-Philipp Müller <tim@centricular.com>2019-08-06 13:52:17 +0100
commit5922c3ffe767ceae79a400a1467f7f7fdf9378c7 (patch)
treee4ad554ef98bb9b129e717a0bf34149fe6dfab73
parent3dbfb081dcdb5e7fbd62c7c45c14bfeef22c90ab (diff)
launcher: testsuites: skip systemclock stress tests
These are very flaky when the build bots are under load.
-rw-r--r--validate/launcher/testsuites/check.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/validate/launcher/testsuites/check.py b/validate/launcher/testsuites/check.py
index 0ff4bc9..c476f26 100644
--- a/validate/launcher/testsuites/check.py
+++ b/validate/launcher/testsuites/check.py
@@ -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$', '?'),