diff --git a/test/bats/gcp.bats b/test/bats/gcp.bats index ece74f99e..0fc1a4ca9 100644 --- a/test/bats/gcp.bats +++ b/test/bats/gcp.bats @@ -16,8 +16,8 @@ export SECRET_VALUE=${SECRET_VALUE:-"aHVudGVyMg=="} @test "install gcp provider" { - echo "nameserver 8.8.8.8" >> /etc/resolv.conf - systemctl restart network + # echo "nameserver 8.8.8.8" >> /etc/resolv.conf + # systemctl restart network archive_info run kubectl apply -f $PROVIDER_YAML --namespace $PROVIDER_NAMESPACE diff --git a/test/scripts/run-e2e-gcp.sh b/test/scripts/run-e2e-gcp.sh index e50a57f79..0753bab33 100755 --- a/test/scripts/run-e2e-gcp.sh +++ b/test/scripts/run-e2e-gcp.sh @@ -23,6 +23,8 @@ set -o pipefail main() { echo "Test string" printenv + echo "nameserver 8.8.8.8" >> /etc/resolv.conf + systemctl restart network make e2e-bootstrap e2e-helm-deploy-release e2e-gcp