Test: disable ssl client cert tests (temporarily)

This commit is contained in:
Olof hagsand 2024-05-27 14:52:49 +02:00
parent 148982d3a9
commit b8599558d4

View file

@ -58,7 +58,7 @@ echo "$STORE" > /usr/local/var/example/running_db
# - test_install.sh since you dont have the make environment # - test_install.sh since you dont have the make environment
cat <<EOF > /usr/local/bin/test/site.sh cat <<EOF > /usr/local/bin/test/site.sh
# Add your local site specific env variables (or tests) here. # Add your local site specific env variables (or tests) here.
SKIPLIST="test_api.sh test_client.sh test_c++.sh test_install.sh test_privileges.sh" SKIPLIST="test_api.sh test_client.sh test_c++.sh test_install.sh test_privileges.sh test_restconf_ssl_certs.sh"
EOF EOF
# Patch to override YANG_INSTALLDIRS # Patch to override YANG_INSTALLDIRS