tools: Launcher: Disable validate.file.*.simple.scrub_forward_seeking.synchronized

It is still a bit racy and sometimes the seek just does not happen
This commit is contained in:
Thibault Saunier 2014-07-31 17:54:17 +02:00
parent 7057a9fd50
commit 0dd8e9cd3d

View file

@ -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):