skip privileges in docker test

This commit is contained in:
Olof hagsand 2019-09-14 18:45:29 +02:00
parent 27fd99e7cd
commit 0129fe285e

View file

@ -53,7 +53,7 @@ EOF
# - test_order.sh XXX this is a bug need debugging
cat <<EOF > /usr/local/bin/test/site.sh
# Add your local site specific env variables (or tests) here.
SKIPLIST="test_yangmodels.sh test_openconfig.sh test_install.sh"
SKIPLIST="test_yangmodels.sh test_openconfig.sh test_install.sh test_privileges.sh"
#IETFRFC=
EOF