Skip to content

Commit

Permalink
removing managedcluster field testing
Browse files Browse the repository at this point in the history
Signed-off-by: Gaurav Jaswal <[email protected]>
  • Loading branch information
suvaanshkumar authored and jaswalkiranavtar committed Jan 7, 2025
1 parent 909b210 commit c09c4d3
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions test/integration/registration/spokecluster_aws_joining_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,18 +156,6 @@ var _ = ginkgo.Describe("Joining Process for aws flow", func() {
return nil
}, eventuallyTimeout, eventuallyInterval).ShouldNot(gomega.HaveOccurred())

// the spoke cluster should have joined condition finally
// TODO: Revisit while implementing slice 3
//gomega.Eventually(func() error {
// spokeCluster, err := util.GetManagedCluster(clusterClient, managedClusterName)
// if err != nil {
// return err
// }
// if !meta.IsStatusConditionTrue(spokeCluster.Status.Conditions, clusterv1.ManagedClusterConditionJoined) {
// return fmt.Errorf("cluster should be joined")
// }
// return nil
//}, eventuallyTimeout, eventuallyInterval).ShouldNot(gomega.HaveOccurred())
})
}

Expand Down

0 comments on commit c09c4d3

Please sign in to comment.