File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -2618,7 +2618,6 @@ func ClientListTest(watchListEnabled, watchListClientEnabled bool) {
26182618 Expect (deps .Items ).To (BeEmpty ())
26192619 })
26202620
2621- // TODO(seans): get label selector test working
26222621 It ("should filter results by label selector" , func () {
26232622 By ("creating a Deployment with the app=frontend label" )
26242623 depFrontend := & appsv1.Deployment {
@@ -3097,7 +3096,6 @@ func ClientListTest(watchListEnabled, watchListClientEnabled bool) {
30973096 Expect (deps .Items ).To (BeEmpty ())
30983097 })
30993098
3100- // TODO(seans): get label selector test working
31013099 It ("should filter results by label selector" , func () {
31023100 By ("creating a Deployment with the app=frontend label" )
31033101 depFrontend := & appsv1.Deployment {
@@ -3569,7 +3567,6 @@ func ClientListTest(watchListEnabled, watchListClientEnabled bool) {
35693567 Expect (metaList .Items ).To (BeEmpty ())
35703568 })
35713569
3572- // TODO(seans): get label selector test working
35733570 It ("should filter results by label selector" , func () {
35743571 By ("creating a Deployment with the app=frontend label" )
35753572 depFrontend := & appsv1.Deployment {
You can’t perform that action at this time.
0 commit comments