File tree 1 file changed +0
-3
lines changed
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) {
2618
2618
Expect (deps .Items ).To (BeEmpty ())
2619
2619
})
2620
2620
2621
- // TODO(seans): get label selector test working
2622
2621
It ("should filter results by label selector" , func () {
2623
2622
By ("creating a Deployment with the app=frontend label" )
2624
2623
depFrontend := & appsv1.Deployment {
@@ -3097,7 +3096,6 @@ func ClientListTest(watchListEnabled, watchListClientEnabled bool) {
3097
3096
Expect (deps .Items ).To (BeEmpty ())
3098
3097
})
3099
3098
3100
- // TODO(seans): get label selector test working
3101
3099
It ("should filter results by label selector" , func () {
3102
3100
By ("creating a Deployment with the app=frontend label" )
3103
3101
depFrontend := & appsv1.Deployment {
@@ -3569,7 +3567,6 @@ func ClientListTest(watchListEnabled, watchListClientEnabled bool) {
3569
3567
Expect (metaList .Items ).To (BeEmpty ())
3570
3568
})
3571
3569
3572
- // TODO(seans): get label selector test working
3573
3570
It ("should filter results by label selector" , func () {
3574
3571
By ("creating a Deployment with the app=frontend label" )
3575
3572
depFrontend := & appsv1.Deployment {
You can’t perform that action at this time.
0 commit comments