diff --git a/Makefile b/Makefile index 0a682d6752d0..d179540b4daa 100644 --- a/Makefile +++ b/Makefile @@ -62,7 +62,6 @@ test: build check endif test: hack/test-cmd.sh - KUBE_RACE=" " hack/test-integration.sh $(GOFLAGS) KUBE_RACE=" " hack/test-integration-docker.sh $(GOFLAGS) hack/test-end-to-end.sh .PHONY: test