From a95e9510db85851a6d7e921da63cc5b33ea6a64a Mon Sep 17 00:00:00 2001 From: Michael Zalimeni Date: Thu, 15 Feb 2024 16:42:37 -0500 Subject: [PATCH] chore: remove comment from closed ticket --- .../controllers/endpointsv2/endpoints_controller_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/control-plane/connect-inject/controllers/endpointsv2/endpoints_controller_test.go b/control-plane/connect-inject/controllers/endpointsv2/endpoints_controller_test.go index 0c0733191b..93d41f0f11 100644 --- a/control-plane/connect-inject/controllers/endpointsv2/endpoints_controller_test.go +++ b/control-plane/connect-inject/controllers/endpointsv2/endpoints_controller_test.go @@ -58,7 +58,6 @@ type reconcileCase struct { } // TODO(NET-5716): Allow/deny namespaces for reconcile tests -// TODO(NET-5932): Add tests for consistently sorting repeated output fields (getConsulService, getServicePorts) func TestReconcile_CreateService(t *testing.T) { t.Parallel()