From 4cc2c4f6235e98b17e536648e51fa49b90622b0a Mon Sep 17 00:00:00 2001 From: Jeffrey Regan Date: Mon, 9 Nov 2020 20:47:06 -0800 Subject: [PATCH] Temporarily remove cross-module PR check. --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 78afd3c53..2eb5bd2d6 100644 --- a/Makefile +++ b/Makefile @@ -23,13 +23,16 @@ verify-kustomize: \ .PHONY: prow-presubmit-check prow-presubmit-check: \ lint-kustomize \ - test-multi-module \ test-unit-kustomize-all \ test-unit-cmd-all \ test-go-mod \ test-examples-kustomize-against-HEAD \ test-examples-kustomize-against-3.8.6 +# test-multi-module \ +# Temporarily removed from prow-presubmit-check +# See https://github.com/kubernetes-sigs/kustomize/issues/3191 + .PHONY: verify-kustomize-e2e verify-kustomize-e2e: test-examples-e2e-kustomize