Skip to content

Commit d6a0ae8

Browse files
committed
Remove extra log info
Signed-off-by: Parthvi Vala <[email protected]>
1 parent 249b741 commit d6a0ae8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

test/e2e/specs/import_gitops.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ func CreateUsingGitOpsSpec(ctx context.Context, inputGetter func() CreateUsingGi
278278
Eventually(
279279
komega.Get(capiCluster),
280280
input.E2EConfig.GetIntervals(input.BootstrapClusterProxy.GetName(), "wait-rancher")...).
281-
Should(Succeed(), fmt.Sprintf("Failed to apply CAPI cluster definition to cluster %s/%s via Fleet", namespace.Name, input.ClusterName))
281+
Should(Succeed(), "Failed to apply CAPI cluster definition to cluster via Fleet")
282282

283283
By("Waiting for the CAPI cluster to be connectable")
284284
Eventually(func() error {

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)