diff options
-rw-r--r-- | templates/tests/ci.jinja2 | 2 | ||||
-rw-r--r-- | templates/tests/release.jinja2 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/tests/ci.jinja2 b/templates/tests/ci.jinja2 index 0f1b8e1..965af1a 100644 --- a/templates/tests/ci.jinja2 +++ b/templates/tests/ci.jinja2 @@ -31,4 +31,4 @@ path: automated/linux/ptest/ptest.yaml name: linaro-ptest parameters: - TESTS: "acl attr xmlsec1 libxml2 lua" + TESTS: "xmlsec1 libxml2 lua" diff --git a/templates/tests/release.jinja2 b/templates/tests/release.jinja2 index 0f1b8e1..965af1a 100644 --- a/templates/tests/release.jinja2 +++ b/templates/tests/release.jinja2 @@ -31,4 +31,4 @@ path: automated/linux/ptest/ptest.yaml name: linaro-ptest parameters: - TESTS: "acl attr xmlsec1 libxml2 lua" + TESTS: "xmlsec1 libxml2 lua" |