summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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