diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-12-22 10:20:40 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-12-22 10:20:40 +0100 |
commit | d2f44f515b5d909c3b4bb60816c778a643ca9119 (patch) | |
tree | c2705da8d9ac68345dd8ee4ed912e43828e5335b | |
parent | 0d45c838f0e467522865692818f6bb9279f2890d (diff) |
Remove gstreamer from ptest runmarlin_12.91.0marlin/12.91.012.91.0
We need to investigate a runtime issue.
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I6af1baf0eaae17c4f52f048a7f22516c60ef098c
-rw-r--r-- | templates/tests/ci.jinja2 | 2 | ||||
-rw-r--r-- | templates/tests/release.jinja2 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/tests/ci.jinja2 b/templates/tests/ci.jinja2 index af39432..2e5932e 100644 --- a/templates/tests/ci.jinja2 +++ b/templates/tests/ci.jinja2 @@ -32,4 +32,4 @@ path: automated/linux/ptest/ptest.yaml name: ci-linaro-ptest parameters: - TESTS: "acl attr coreutils dbus-test gstreamer-1.0 glib lua" + TESTS: "acl attr coreutils dbus-test glib lua" diff --git a/templates/tests/release.jinja2 b/templates/tests/release.jinja2 index 360982d..1b76ec1 100644 --- a/templates/tests/release.jinja2 +++ b/templates/tests/release.jinja2 @@ -24,4 +24,4 @@ path: automated/linux/ptest/ptest.yaml name: release-linaro-ptest parameters: - TESTS: "acl attr coreutils dbus-test gstreamer-1.0 glib lua" + TESTS: "acl attr coreutils dbus-test glib lua" |