From d94a7e49dfbb1da6f19c304fa3364ed609be201b Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Mon, 16 Oct 2023 17:12:30 +0200 Subject: [PATCH] Revert "Add e2e ux required parameters to e2e makefile goal" This reverts commit 62aa89d31918892da183ed34f0d1e6a37c7c661e. These are no longer needed after commit 2b7456 "e2e remove ux testing related functionality" --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 527953f4dd..26a182ca56 100644 --- a/Makefile +++ b/Makefile @@ -239,7 +239,7 @@ ifndef VERSION_TO_TEST VERSION_TO_TEST = --crc-version=$(CRC_VERSION)+$(COMMIT_SHA) endif e2e: - @go test --timeout=180m $(MODULEPATH)/test/e2e -tags "$(BUILDTAGS)" --ldflags="$(VERSION_VARIABLES)" -v $(PULL_SECRET_FILE) $(BUNDLE_LOCATION) $(CRC_BINARY) $(GODOG_OPTS) $(CLEANUP_HOME) $(VERSION_TO_TEST) $(INSTALLER_PATH) $(USER_PASSWORD) + @go test --timeout=180m $(MODULEPATH)/test/e2e -tags "$(BUILDTAGS)" --ldflags="$(VERSION_VARIABLES)" -v $(PULL_SECRET_FILE) $(BUNDLE_LOCATION) $(CRC_BINARY) $(GODOG_OPTS) $(CLEANUP_HOME) $(VERSION_TO_TEST) .PHONY: e2e-stories e2e-story-health e2e-story-marketplace e2e-story-registry # cluster must already be running, crc must be in the path