Skip to content

Commit e48206a

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

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
@@ -1067,7 +1067,7 @@ var _ = Describe("Test placement v1beta1 API validation", func() {
10671067
})
10681068
})
10691069

1070-
FContext("Test ClusterStagedUpdateRun API validation - valid cases", func() {
1070+
Context("Test ClusterStagedUpdateRun API validation - valid cases", func() {
10711071
It("Should allow creation of ClusterStagedUpdateRun with valid name length", func() {
10721072
updateRun := placementv1beta1.ClusterStagedUpdateRun{
10731073
ObjectMeta: metav1.ObjectMeta{
@@ -1082,7 +1082,7 @@ var _ = Describe("Test placement v1beta1 API validation", func() {
10821082
})
10831083
})
10841084

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

0 commit comments

Comments
 (0)