summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibault Saunier <thibault.saunier@osg.samsung.com>2016-09-09 10:36:28 -0300
committerThibault Saunier <thibault.saunier@osg.samsung.com>2016-09-09 10:40:57 -0300
commitf67cdf5f7271a20bb94984aae4b66ea02b4cc46d (patch)
tree1b2d2d49aac7326c5764cedbf0daeecd049f094e
parent2341faf8f3eec207889e4d10b893353bcb5ade51 (diff)
ges: Accept wrong position after seek on mp3 files as it is a known bug
-rw-r--r--testsuites/ges.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuites/ges.py b/testsuites/ges.py
index 0f9ab4f..6a1573c 100644
--- a/testsuites/ges.py
+++ b/testsuites/ges.py
@@ -31,5 +31,12 @@ def setup_tests(test_manager, options):
"..", "medias", "defaults")))
projects_path = os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "ges",
"ges-projects"))
+ test_manager.add_expected_issues(
+ {'ges.playback.scrub_forward_seeking.test_mixing.*mp3.*': [
+ {'summary': 'position after a seek is wrong',
+ 'sometimes': True,
+ 'bug': 'https://bugzilla.gnome.org/show_bug.cgi?id=771122'
+ }
+ ]})
test_manager.register_defaults(projects_path)
return True