diff options
author | Jan Gelety <jgelety@cisco.com> | 2019-01-28 10:53:50 +0100 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2019-01-28 10:53:50 +0100 |
commit | d5ac4bdc6205837fc7fbb031ffa0ef3df91ea2df (patch) | |
tree | 25ecb6a63a506e7e0a56f4843cf101a631ae8ca4 /bootstrap.sh | |
parent | adba91bad79b55262f7121e26bcd05a33628bcf7 (diff) |
FIX: skip tap tests due to changes API
Change-Id: Icc703c7055047b81a8281776c78752f145d9d004
Signed-off-by: Jan Gelety <jgelety@cisco.com>
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-x | bootstrap.sh | 2 |
1 files changed, 2 insertions, 0 deletions
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/ |