diff --git a/internal/k8s/controller_test.go b/internal/k8s/controller_test.go index 903c455d6b..3d57c9d9bd 100644 --- a/internal/k8s/controller_test.go +++ b/internal/k8s/controller_test.go @@ -1266,10 +1266,6 @@ func TestGetEndpointSlicesBySubselectedPods_GetsEndpointsOnNilValues(t *testing. } } -func TestFilterReadyEndpoints(t *testing.T) { - t.Parallel() -} - func TestGetEndpointSlicesBySubselectedPods_FindOnePodInTwoEndpointSlicesWithDuplicateEndpoints(t *testing.T) { t.Parallel() endpointPort := int32(8080)