Revert "validate: Blacklist racy tests"

This reverts commit ce35412ff2.

https://bugzilla.gnome.org/show_bug.cgi?id=769894 has been fixed
This commit is contained in:
Thibault Saunier 2016-09-05 14:54:53 -03:00
parent c7ade2bf84
commit da0a5823c7

View file

@ -264,14 +264,6 @@ Available options:""")
return self.tests return self.tests
def register_defaults(self, project_paths=None): 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() projects = list()
if not self.args: if not self.args:
if project_paths == None: if project_paths == None: