aboutsummaryrefslogtreecommitdiffstats
path: root/templates/base/agl-base.jinja2
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base/agl-base.jinja2')
-rw-r--r--templates/base/agl-base.jinja23
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/base/agl-base.jinja2 b/templates/base/agl-base.jinja2
index 8d3e690..346de32 100644
--- a/templates/base/agl-base.jinja2
+++ b/templates/base/agl-base.jinja2
@@ -44,9 +44,6 @@ actions:
{%- if rootfs_type == "nbd" %}
{% include "tests/veth.jinja2" %}
{%- endif %}
-{% if device_type == "r8a7795-h3ulcb-kf" or device_type == "bcm2711-rpi-4-b" or device_type == "r8a7795-agl-refhw" %}
-{% include "tests/hack-SPEC3655.jinja2" %}
-{%- endif %}
{%-for test_template in test_templates %}
{% include test_template %}
{%- endfor %}