From d5ac4bdc6205837fc7fbb031ffa0ef3df91ea2df Mon Sep 17 00:00:00 2001 From: Jan Gelety Date: Mon, 28 Jan 2019 10:53:50 +0100 Subject: FIX: skip tap tests due to changes API Change-Id: Icc703c7055047b81a8281776c78752f145d9d004 Signed-off-by: Jan Gelety --- bootstrap.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bootstrap.sh') diff --git a/bootstrap.sh b/bootstrap.sh index 62ca6d8191..152a397e4e 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -320,6 +320,7 @@ function run_test_set() { --exclude PERFTEST \ --exclude SOFTWIRE \ --exclude ${SKIP_PATCH} \ + --exclude SKIP_TEST \ --noncritical EXPECTED_FAILING \ --output ${LOG_PATH}/log_test_set_run${nr} \ tests/" @@ -332,6 +333,7 @@ function run_test_set() { --exclude PERFTEST \ --exclude SOFTWIRE \ --exclude ${SKIP_PATCH} \ + --exclude SKIP_TEST \ --noncritical EXPECTED_FAILING \ --output ${LOG_PATH}/log_test_set_run${nr} \ tests/ -- cgit 1.2.3-korg