diff --git a/hack/.shellcheck_failures b/hack/.shellcheck_failures index ce657a638ab..7c9add18f0f 100644 --- a/hack/.shellcheck_failures +++ b/hack/.shellcheck_failures @@ -16,5 +16,4 @@ ./cluster/test-e2e.sh ./cluster/validate-cluster.sh ./hack/lib/test.sh -./hack/test-integration.sh ./test/images/image-util.sh diff --git a/hack/test-integration.sh b/hack/test-integration.sh index 59a082c73cd..5f1a9b5394f 100755 --- a/hack/test-integration.sh +++ b/hack/test-integration.sh @@ -20,8 +20,6 @@ set -o errexit set -o nounset set -o pipefail -KUBE_ROOT=$(dirname "${BASH_SOURCE}")/.. - echo "$0 has been replaced by 'make test-integration'" echo echo "The following invocation will run all integration tests: "