Skip to content

Commit

Permalink
cluster test requires kind
Browse files Browse the repository at this point in the history
  • Loading branch information
lionelvillard committed Jan 13, 2023
1 parent 1bb9ce7 commit d52f788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/reconciler/cluster/controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const sourceClusterName, sinkClusterName = "source", "sink"

func TestClusterController(t *testing.T) {
t.Parallel()
framework.Suite(t, "transparent-multi-cluster")
framework.Suite(t, "transparent-multi-cluster:requires-kind")

type runningServer struct {
client wildwestv1alpha1client.WildwestV1alpha1Interface
Expand Down

0 comments on commit d52f788

Please sign in to comment.