From 5e6b79be15a7713c34f1fb0bccb102079cfb9f9b Mon Sep 17 00:00:00 2001 From: Khouloud Touil Date: Wed, 30 Jan 2019 17:08:02 +0100 Subject: Remove attr/acl The attr and acl parameters are causing jobs failure each time, so for now we are removing them from the ci.jinja2 and release.jinja2 files Change-Id: I7ef6f5cb8143fb1687aa955a88a913146940af58 Signed-off-by: Khouloud Touil --- templates/tests/ci.jinja2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/tests/ci.jinja2') 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" -- cgit 1.2.3-korg