@@ -240,19 +240,19 @@ var _ = Describe("Reconciles test:", func() {
240240 })
241241 },
242242
243- Entry ("All namespaces when no namespace config is set" , Label ("focus- reconcile-all" ), & tc {
243+ Entry ("All namespaces when no namespace config is set" , Label ("reconcile-all" ), & tc {
244244 namespaces : []string {"ns1" , "ns2" , "ns3" },
245245 watchNamespaces : nil ,
246246 wantToFind : []string {"ns1" , "ns2" , "ns3" },
247247 }),
248248
249- Entry ("One namespace when only one namespace is configured" , Label ("focus- reconcile-one" ), & tc {
249+ Entry ("One namespace when only one namespace is configured" , Label ("reconcile-one" ), & tc {
250250 namespaces : []string {"ns1" , "ns2" , "ns3" },
251251 watchNamespaces : []string {"ns1" },
252252 wantToFind : []string {"ns1" },
253253 }),
254254
255- Entry ("Two namespaces when only those two are configured" , Label ("focus- reconcile-two" ), & tc {
255+ Entry ("Two namespaces when only those two are configured" , Label ("reconcile-two" ), & tc {
256256 namespaces : []string {"ns1" , "ns2" , "ns3" },
257257 watchNamespaces : []string {"ns1" , "ns2" },
258258 wantToFind : []string {"ns1" , "ns2" },
0 commit comments