@@ -99,7 +99,7 @@ var _ = Describe("HELM charts", Ordered, FlakeAttempts(2), func() {
9999 })
100100 })
101101
102- DescribeTable ("Namespaced operators working only with its own namespace with different configuration" , Label ("focus- helm-ns" ),
102+ DescribeTable ("Namespaced operators working only with its own namespace with different configuration" , Label ("helm-ns" ),
103103 func (test model.TestDataProvider , deploymentType string ) { // deploymentType - probably will be moved later ()
104104 data = test
105105 GinkgoWriter .Println (data .Resources .KeyName )
@@ -128,7 +128,7 @@ var _ = Describe("HELM charts", Ordered, FlakeAttempts(2), func() {
128128 })
129129 deleteDeploymentAndOperator (& data )
130130 },
131- Entry ("Several actions with helm update" , Label ("helm-ns-flow" ),
131+ Entry ("Several actions with helm update" , Label ("focus- helm-ns-flow" ),
132132 model .DataProviderWithResources (
133133 "helm-ns" ,
134134 model.AProject {},
@@ -150,7 +150,7 @@ var _ = Describe("HELM charts", Ordered, FlakeAttempts(2), func() {
150150 ),
151151 "flex" ,
152152 ),
153- Entry ("Deployment multiregion by helm chart" , Label ("helm-advanced-multiregion" ),
153+ Entry ("Deployment multiregion by helm chart" , Label ("focus- helm-advanced-multiregion" ),
154154 model .DataProviderWithResources (
155155 "helm-advanced-multiregion" ,
156156 model.AProject {},
@@ -168,7 +168,7 @@ var _ = Describe("HELM charts", Ordered, FlakeAttempts(2), func() {
168168 ),
169169 "advanced" ,
170170 ),
171- Entry ("Flex deployment by helm chart" , Label ("helm-flex" ),
171+ Entry ("Flex deployment by helm chart" , Label ("focus- helm-flex" ),
172172 model .DataProviderWithResources (
173173 "helm-flex" ,
174174 model.AProject {},
0 commit comments