diff --git a/test/end-to-end/core.sh b/test/end-to-end/core.sh index 9d671b5b0f67..2ae7154048e7 100755 --- a/test/end-to-end/core.sh +++ b/test/end-to-end/core.sh @@ -138,8 +138,6 @@ oc project test oc whoami echo "[INFO] Running a CLI command in a container using the service account" -echo "[INFO] WARNING: Tests are set to not fail, dockererized container is writing an invalid ca.crt" -set +e oc policy add-role-to-user view -z default out=$(oc run cli-with-token --attach --env=POD_NAMESPACE=test --image=openshift/origin:${TAG} --restart=Never -- cli status --loglevel=4 2>&1) echo $out @@ -154,7 +152,6 @@ out=$(oc run kubectl-with-token --attach --env=POD_NAMESPACE=test --image=opensh echo $out [ "$(echo $out | grep 'Using in-cluster configuration')" ] [ "$(echo $out | grep 'kubectl-with-token')" ] -set -e echo "[INFO] Streaming the logs from a deployment twice..." oc create -f test/fixtures/failing-dc.yaml