diff --git a/Makefile b/Makefile index 4bf8b1d2c..b6d075473 100644 --- a/Makefile +++ b/Makefile @@ -73,7 +73,8 @@ test-e2e-cleanup: ## cleanup test e2e namespace/pr left open .PHONY: test-e2e test-e2e: test-e2e-cleanup ## run e2e tests - @go test $(GO_TEST_FLAGS) -timeout $(TIMEOUT_E2E) -failfast -count=1 -tags=e2e $(GO_TEST_FLAGS) ./test + @env GODEBUG=asynctimerchan=1 \ + go test $(GO_TEST_FLAGS) -timeout $(TIMEOUT_E2E) -failfast -count=1 -tags=e2e $(GO_TEST_FLAGS) ./test .PHONY: html-coverage html-coverage: ## generate html coverage