From 1495bc00e56e44059ee05126eda30b2f85c93b58 Mon Sep 17 00:00:00 2001 From: Corentin LABBE Date: Thu, 2 May 2019 20:05:56 +0200 Subject: SPEC-1850: do not include appfw without --test application-lifecycle We should not include application-lifecycle tests based on APPURL, but on the presence of the --test application-lifecycle parameter. Bug-AGL: SPEC-1850 Change-Id: Idda5d9011f54cd7eb1710e15254ab358ef7b99b1 Signed-off-by: Corentin LABBE --- templates/tests/release.jinja2 | 4 ---- 1 file changed, 4 deletions(-) (limited to 'templates/tests/release.jinja2') diff --git a/templates/tests/release.jinja2 b/templates/tests/release.jinja2 index c5eac77..965af1a 100644 --- a/templates/tests/release.jinja2 +++ b/templates/tests/release.jinja2 @@ -21,10 +21,6 @@ parameters: DEVICE_TAGS: "{{ DEVICE_TAGS }}" -{% if APPURL is defined %} -{% include 'tests/application-lifecycle.jinja2' %} -{% endif %} - - test: timeout: minutes: 60 -- cgit 1.2.3-korg