From 0dd8e9cd3dc5428ed31c8cc4009659fb7f211d72 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Thu, 31 Jul 2014 17:54:17 +0200 Subject: [PATCH] tools: Launcher: Disable validate.file.*.simple.scrub_forward_seeking.synchronized It is still a bit racy and sometimes the seek just does not happen --- validate/tools/launcher/apps/validate/validate_testsuite.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/validate/tools/launcher/apps/validate/validate_testsuite.py b/validate/tools/launcher/apps/validate/validate_testsuite.py index e1cfad7e38..6385437121 100644 --- a/validate/tools/launcher/apps/validate/validate_testsuite.py +++ b/validate/tools/launcher/apps/validate/validate_testsuite.py @@ -132,6 +132,9 @@ def register_default_blacklist(self): # Subtitles known issues ("validate.file.playback.switch_subtitle_track.Sintel_2010_720p_mkv", "https://bugzilla.gnome.org/show_bug.cgi?id=734051"), + + # Videomixing known issues + ("validate.file.*.simple.scrub_forward_seeking.synchronized", "https://bugzilla.gnome.org/show_bug.cgi?id=734060"), ]) def register_defaults(self):