Skip to content

Commit 275d388

Browse files
committed
add comment to test
Signed-off-by: Britania Rodriguez Reyes <[email protected]>
1 parent 4ecaeb0 commit 275d388

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/e2e/placement_selecting_resources_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ var _ = Describe("creating CRP and selecting resources by name", Ordered, func()
130130
})
131131

132132
It("should update CRP status as expected", func() {
133+
// CRP status will have all conditions set to true.
133134
crpStatusUpdatedActual := crpStatusUpdatedActual(nil, allMemberClusterNames, nil, "0")
134135
Eventually(crpStatusUpdatedActual, eventuallyDuration, eventuallyInterval).Should(Succeed(), "Failed to update CRP %s status as expected", crpName)
135136
})

0 commit comments

Comments
 (0)