diff --git a/agent/proxycfg_test.go b/agent/proxycfg_test.go index c6c4c5c6c8..6a75968dfc 100644 --- a/agent/proxycfg_test.go +++ b/agent/proxycfg_test.go @@ -122,21 +122,6 @@ func TestAgent_local_proxycfg(t *testing.T) { } } - /* - // Register a global proxy and service config - testApplyConfigEntries(t, a, - &structs.ProxyConfigEntry{ - Config: map[string]interface{}{ - "foo": 1, - }, - }, - &structs.ServiceConfigEntry{ - Kind: structs.ServiceDefaults, - Name: "redis", - Protocol: "tcp", - }, - ) - */ }