diff --git a/e2e/miniconstellation/test-remote.sh b/e2e/miniconstellation/test-remote.sh index 10a95d8c4..c5fbf4ac5 100755 --- a/e2e/miniconstellation/test-remote.sh +++ b/e2e/miniconstellation/test-remote.sh @@ -45,6 +45,8 @@ fi echo "Done waiting." +echo '127.0.0.1 license.confidential.cloud' | sudo tee /etc/hosts > /dev/null + ./constellation mini up --debug export KUBECONFIG="${PWD}/constellation-admin.conf"