Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
tommartensen committed Jan 3, 2025
1 parent 92d0422 commit 1f6c6df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ bats-e2e-tests:
.PHONY: go-e2e-tests
go-e2e-tests: proto-generated-srcs
@kubectl apply -f workflows/
@go test ./test/e2e/... -tags=e2e -v -parallel 5 -count 1 -cover -timeout 1h
@go test ./test/e2e/... -tags=e2e-2 -v -parallel 5 -count 1 -cover -timeout 1h

# Assuming a local dev infra server is running and accessible via a port-forward
# i.e. nohup kubectl -n infra port-forward svc/infra-server-service 8443:8443 &
Expand Down
4 changes: 2 additions & 2 deletions test/e2e/cluster/list_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//go:build e2e
// +build e2e
//go:build e2e-2
// +build e2e-2

package cluster_test

Expand Down

0 comments on commit 1f6c6df

Please sign in to comment.