Skip to content

Commit

Permalink
Move cluster e2e to package
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo Chacin <[email protected]>
  • Loading branch information
pablochacin committed Sep 12, 2023
1 parent 005be78 commit 0e1bf31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 282 deletions.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@ format:
integration-agent: agent-image
go test -tags integration ./pkg/agent/...

integration: integration-agent
integration-cluster:
go test -tags integration ./pkg/testutils/cluster

integration: integration-agent integration-agent

# Running with -buildvcs=false works around the issue of `go list all` failing when git, which runs as root inside
# the container, refuses to operate on the disruptor source tree as it is not owned by the same user (root).
Expand Down
281 changes: 0 additions & 281 deletions e2e/cluster/cluster_e2e_test.go

This file was deleted.

0 comments on commit 0e1bf31

Please sign in to comment.