Skip to content

Commit c25aaa7

Browse files
author
Arvind Thirumurugan
committed
remove focus
Signed-off-by: Arvind Thirumurugan <arvindth@microsoft.com>
1 parent 32e66fd commit c25aaa7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/apis/placement/v1beta1/api_validation_integration_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1116,7 +1116,7 @@ var _ = Describe("Test placement v1beta1 API validation", func() {
11161116
})
11171117
})
11181118

1119-
FContext("Test ClusterStagedUpdateRun API validation - valid cases", func() {
1119+
Context("Test ClusterStagedUpdateRun API validation - valid cases", func() {
11201120
It("Should allow creation of ClusterStagedUpdateRun with valid name length", func() {
11211121
updateRun := placementv1beta1.ClusterStagedUpdateRun{
11221122
ObjectMeta: metav1.ObjectMeta{
@@ -1131,7 +1131,7 @@ var _ = Describe("Test placement v1beta1 API validation", func() {
11311131
})
11321132
})
11331133

1134-
FContext("Test ClusterStagedUpdateRun API validation - invalid cases", func() {
1134+
Context("Test ClusterStagedUpdateRun API validation - invalid cases", func() {
11351135
It("Should deny creation of ClusterStagedUpdateRun with name length > 127", func() {
11361136
updateRun := placementv1beta1.ClusterStagedUpdateRun{
11371137
ObjectMeta: metav1.ObjectMeta{

0 commit comments

Comments
 (0)