diff --git a/Makefile b/Makefile index 4a796f996..1483e40dd 100644 --- a/Makefile +++ b/Makefile @@ -90,7 +90,7 @@ endif run-e2e-tests: KUBECONFIG=${kubeconfig} go test -mod=$(MOD) -tags="$(platform),e2e" -covermode=atomic -buildmode=exe -v ./test/... # Test if the metrics are actually being scraped - KUBECONFIG=${kubeconfig} go test -mod=$(MOD) -tags="$(platform),poste2e" -covermode=atomic -buildmode=exe -v ./test/... + KUBECONFIG=${kubeconfig} PLATFORM=${platform} go test -mod=$(MOD) -tags="$(platform),poste2e" -covermode=atomic -buildmode=exe -v ./test/... # This is a test that should be run in the end to reduce the disruption to other tests because # it will delete a node. KUBECONFIG=${kubeconfig} go test -mod=$(MOD) -tags="$(platform),disruptivee2e" -covermode=atomic -buildmode=exe -v ./test/...