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

@@ -7,6 +7,9 @@ MYGOBIN = $(shell go env GOPATH)/bin
endif
export PATH := $(MYGOBIN):$(PATH)
# determines whether to run tests that only behave locally; can be overridden by override variable
export IS_LOCAL = false
.PHONY: install-out-of-tree-tools
install-out-of-tree-tools: \
$(MYGOBIN)/goimports \