From 0129fe285eedf4cc700b9321f2448dbc12949054 Mon Sep 17 00:00:00 2001 From: Olof hagsand Date: Sat, 14 Sep 2019 18:45:29 +0200 Subject: [PATCH] skip privileges in docker test --- docker/main/startsystem.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/main/startsystem.sh b/docker/main/startsystem.sh index ed96c9db..5b54824d 100755 --- a/docker/main/startsystem.sh +++ b/docker/main/startsystem.sh @@ -53,7 +53,7 @@ EOF # - test_order.sh XXX this is a bug need debugging cat < /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