From 7d99e780a76472a31e8587ae1d44ca8b2a07e3cb Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Sat, 13 Aug 2016 15:39:18 +0200 Subject: [PATCH] validate: Blacklist more ogg files https://bugzilla.gnome.org/show_bug.cgi?id=769545 --- validate/launcher/apps/gstvalidate.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/validate/launcher/apps/gstvalidate.py b/validate/launcher/apps/gstvalidate.py index ed6f5d955c..b585582882 100644 --- a/validate/launcher/apps/gstvalidate.py +++ b/validate/launcher/apps/gstvalidate.py @@ -859,6 +859,10 @@ not been tested and explicitely activated if you set use --wanted-tests ALL""") "Reverse playback is not handled in wmv"), (".*reverse_playback.*asf", "Reverse playback is not handled in asf"), + + # ogg known issues + ("validate.http.playback.seek.*vorbis_theora_1_ogg", + "https://bugzilla.gnome.org/show_bug.cgi?id=769545") ]) def register_default_test_generators(self):