Skip to content

Commit

Permalink
reenable test against fake cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
lionelvillard committed Feb 8, 2023
1 parent 5d0246d commit b8c2617
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test/e2e/reconciler/cluster/controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,7 @@ const sourceClusterName, sinkClusterName = "source", "sink"

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

if len(framework.TestConfig.PClusterKubeconfig()) == 0 {
t.Skip("Test requires a pcluster")
}
framework.Suite(t, "transparent-multi-cluster")

type runningServer struct {
client wildwestv1alpha1client.WildwestV1alpha1Interface
Expand Down

0 comments on commit b8c2617

Please sign in to comment.