diff options
Diffstat (limited to 'templates/tests')
-rw-r--r-- | templates/tests/ci.jinja2 | 4 | ||||
-rw-r--r-- | templates/tests/release.jinja2 | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/templates/tests/ci.jinja2 b/templates/tests/ci.jinja2 index 9309366..feca60e 100644 --- a/templates/tests/ci.jinja2 +++ b/templates/tests/ci.jinja2 @@ -24,10 +24,6 @@ {% include 'tests/can.jinja2' %} {% endif %} -{% if APPURL is defined %} -{% include 'tests/application-lifecycle.jinja2' %} -{% endif %} - - test: timeout: minutes: 60 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 |