summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorThibault Saunier <thibault.saunier@osg.samsung.com>2016-09-05 14:54:53 -0300
committerThibault Saunier <thibault.saunier@osg.samsung.com>2016-09-05 14:54:53 -0300
commitda0a5823c7e08a89ef9684da5316ec00c8796686 (patch)
tree25aa4eadbf78268a3ad9b0636c1cd65a25ef4661 /tests
parentc7ade2bf844610fb660228ccbdba11ff67a3342a (diff)
Revert "validate: Blacklist racy tests"
This reverts commit ce35412ff260fbd6e07b374bc3ca677053c277e0. https://bugzilla.gnome.org/show_bug.cgi?id=769894 has been fixed
Diffstat (limited to 'tests')
-rw-r--r--tests/validate/geslaunch.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/validate/geslaunch.py b/tests/validate/geslaunch.py
index 41d979c3..a846aa19 100644
--- a/tests/validate/geslaunch.py
+++ b/tests/validate/geslaunch.py
@@ -264,14 +264,6 @@ 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: