Allow tests to only run locally (#4664)

* Allow tests to only run locally

Allow tests that are flaky or currently unsupported on the server to run locally

* Address feedback
This commit is contained in:
Anna Song
2022-06-08 10:04:23 -07:00
committed by GitHub
parent 4b19643b36
commit 3fdf88d10e
5 changed files with 83 additions and 96 deletions

View File

@@ -24,7 +24,7 @@ function refreshMaster {
}
function testKustomizeRepo {
make prow-presubmit-check >& /tmp/k.txt
make IS_LOCAL=true verify-kustomize-repo >& /tmp/k.txt
local code=$?
if [ $code -ne 0 ]; then
echo "**** FAILURE ******************"