summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago Santos <thiagossantos@gmail.com>2016-06-07 15:06:19 -0300
committerThiago Santos <thiagossantos@gmail.com>2016-06-07 15:06:19 -0300
commitc71de1da5d97d0791fa415e9821db0184dd3cf80 (patch)
treece36d6cf3a6cfab191339ee96ecb75ad8b0e856e
parent0d4bc5b5456e247420a167f3f5e3b2067668b849 (diff)
validateextra: remove scenarios that doesn't exist
Leads to exceptions when run with: gst-validate-launcher --sync-all validateextra
-rw-r--r--testsuites/validateextra.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/testsuites/validateextra.py b/testsuites/validateextra.py
index 0933b76..15066cd 100644
--- a/testsuites/validateextra.py
+++ b/testsuites/validateextra.py
@@ -48,9 +48,5 @@ def setup_tests(test_manager, options):
options.add_paths(assets_dir)
test_manager.set_default_blacklist(BLACKLIST)
test_manager.register_defaults()
- test_manager.add_scenarios([
- "seek_forward_non_flushing",
- "seek_backward_non_flushing",
- ])
return True