Skip to content

Commit 7b681e9

Browse files
committed
Re-surface reconcile test labels
1 parent 378e6e0 commit 7b681e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/e2e/cache_watch_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)