diff options
Diffstat (limited to 'templates/tests/ci.jinja2')
-rw-r--r-- | templates/tests/ci.jinja2 | 4 |
1 files changed, 0 insertions, 4 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 |