Skip to content

Commit

Permalink
tst
Browse files Browse the repository at this point in the history
  • Loading branch information
cpanato committed Jun 10, 2021
1 parent b679f3d commit 103ceb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/common.go
Expand Up @@ -63,7 +63,7 @@ func dumpSpecResourcesAndCleanup(ctx context.Context, specName string, clusterPr
})

if !skipCleanup {
By(fmt.Sprintf("Deleting cluster %s/%s", cluster.Namespace, cluster.Name))
By(fmt.Sprintf("Deleting cluster %s/%s", namespace, clusterName))
// While https://github.com/kubernetes-sigs/cluster-api/issues/2955 is addressed in future iterations, there is a chance
// that cluster variable is not set even if the cluster exists, so we are calling DeleteAllClustersAndWait
// instead of DeleteClusterAndWait
Expand Down

0 comments on commit 103ceb0

Please sign in to comment.