Skip to content

Commit f5a1dd8

Browse files
author
Paulo Gomes
authored
Merge pull request #734 from pjbgf/ignore-http-settings
tests: ignore proxy settings when running tests
2 parents 4909bac + 8dfb909 commit f5a1dd8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ build: check-deps $(LIBGIT2) ## Build manager binary
9898

9999
KUBEBUILDER_ASSETS?="$(shell $(ENVTEST) --arch=$(ENVTEST_ARCH) use -i $(ENVTEST_KUBERNETES_VERSION) --bin-dir=$(ENVTEST_ASSETS_DIR) -p path)"
100100
test: $(LIBGIT2) install-envtest test-api check-deps ## Run tests
101+
HTTPS_PROXY="" HTTP_PROXY="" \
101102
KUBEBUILDER_ASSETS=$(KUBEBUILDER_ASSETS) \
102103
GIT_CONFIG_GLOBAL=/dev/null \
103104
go test $(GO_STATIC_FLAGS) \

0 commit comments

Comments
 (0)