Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,6 @@ test-e2e: build ## Run end-to-end tests (requires kubectl context and cluster ac
echo "❌ No kubectl context found. Please configure kubectl first."; \
exit 1; \
fi
@if ! command -v podman >/dev/null 2>&1; then \
echo "❌ podman not found. Please install podman for E2E tests."; \
exit 1; \
fi
$(GOTEST) -v -tags=e2e -timeout=120m -parallel=1 ./tests/e2e/...

.PHONY: test-integration
Expand Down
Loading