mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 10:10:32 +00:00
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:
parent
c7ade2bf84
commit
da0a5823c7
1 changed files with 0 additions and 8 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue