aboutsummaryrefslogtreecommitdiffstats
path: root/templates/tests/ci.jinja2
diff options
context:
space:
mode:
Diffstat (limited to 'templates/tests/ci.jinja2')
-rw-r--r--templates/tests/ci.jinja28
1 files changed, 0 insertions, 8 deletions
diff --git a/templates/tests/ci.jinja2 b/templates/tests/ci.jinja2
index ad75f2f..f4cb8d9 100644
--- a/templates/tests/ci.jinja2
+++ b/templates/tests/ci.jinja2
@@ -22,14 +22,6 @@
BUILD_TAGS: "{{ BUILD_TAGS|join(' ')|lower }}"
DEVICE_TAGS: "{{ DEVICE_TAGS|join(' ')|lower }}"
-{% if "can" in DEVICE_TAGS|lower %}
-{% include 'tests/test_can_loopback.jinja2' %}
-{% endif %}
-
-{% if "can_if_hw_connection" in DEVICE_TAGS|lower %}
-{% include 'tests/can_if_hw_connection.jinja2' %}
-{% endif %}
-
- test:
timeout:
minutes: 60