Skip to content

Commit

Permalink
Test: disable ssl client cert tests (temporarily)
Browse files Browse the repository at this point in the history
  • Loading branch information
olofhagsand committed May 27, 2024
1 parent 148982d commit b859955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/test/startsystem_native.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ echo "$STORE" > /usr/local/var/example/running_db
# - test_install.sh since you dont have the make environment
cat <<EOF > /usr/local/bin/test/site.sh
# 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

# Patch to override YANG_INSTALLDIRS
Expand Down

0 comments on commit b859955

Please sign in to comment.