Skip to content
Snippets Groups Projects
Commit ce35412f authored by Edward Hervey's avatar Edward Hervey :metal: Committed by Edward Hervey
Browse files

validate: Blacklist racy tests

See https://bugzilla.gnome.org/show_bug.cgi?id=769894
parent 53fb1744
No related branches found
No related tags found
No related merge requests found
......@@ -264,6 +264,14 @@ Available options:""")
return self.tests
def register_defaults(self, project_paths=None):
# Blacklist cases
self.set_default_blacklist(
[
# Race in validate checking for proper seek execution with GES
("ges.playback.scrub",
"https://bugzilla.gnome.org/show_bug.cgi?id=769894")
]
)
projects = list()
if not self.args:
if project_paths == None:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment