Skip to content

Commit ca92116

Browse files
committed
Remove focus
Signed-off-by: Parthvi Vala <[email protected]>
1 parent 6cdf818 commit ca92116

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/e2e/suites/import-gitops/import_gitops_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ var _ = Describe("[Azure] [RKE2] Create and delete CAPI cluster from cluster cla
261261
})
262262
})
263263

264-
var _ = FDescribe("[AWS] [EKS] Create and delete CAPI cluster from cluster class", Label(e2e.FullTestLabel), func() {
264+
var _ = Describe("[AWS] [EKS] Create and delete CAPI cluster from cluster class", Label(e2e.FullTestLabel), func() {
265265
var topologyNamespace string
266266

267267
BeforeEach(func() {
@@ -296,7 +296,6 @@ var _ = FDescribe("[AWS] [EKS] Create and delete CAPI cluster from cluster class
296296
Paths: []string{"examples/clusterclasses/aws/eks"},
297297
ClusterProxy: bootstrapClusterProxy,
298298
TargetNamespace: topologyNamespace,
299-
Branch: "aws-eks-example", //TODO: remove the branch and focus from test
300299
},
301300
},
302301
}

0 commit comments

Comments
 (0)