diff --git a/validate/launcher/apps/gstvalidate.py b/validate/launcher/apps/gstvalidate.py index 974e571779..9a41084af5 100644 --- a/validate/launcher/apps/gstvalidate.py +++ b/validate/launcher/apps/gstvalidate.py @@ -798,6 +798,12 @@ not been tested and explicitely activated if you set use --wanted-tests ALL""") ("validate.hls.*seek_forward.*", "https://bugzilla.gnome.org/show_bug.cgi?id=606382"), + # dash known issues + ("validate.dash.media_check.*", + "Caps are different depending on selected bitrates, etc"), + ("validate.dash.playback.reverse_playback.*", + "https://bugzilla.gnome.org/show_bug.cgi?id=753661"), + # Matroska/WEBM known issues: ("validate.*.reverse_playback.*webm$", "https://bugzilla.gnome.org/show_bug.cgi?id=679250"),