Skip to content

Commit

Permalink
ginkgo skip package envtest on all non-x86 platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
kasserater committed Feb 25, 2025
1 parent d7da6f2 commit 63170d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ run-unit-tests:
KUBERNETES_VERSION=1.23.1
.PHONY: test
test: check-generated-manifests update
ifeq (s390x, $(shell hack/get-arch.sh))
ifneq (amd64, $(shell hack/get-arch.sh))
ginkgo -r -v -skipPackage envtest
else
export KUBEBUILDER_ASSETS=$(shell setup-envtest use -p path ${KUBERNETES_VERSION});\
Expand Down

0 comments on commit 63170d9

Please sign in to comment.