diff --git a/command/agent/consul/int_test.go b/command/agent/consul/int_test.go index 816607e1e..3e3fb6f9c 100644 --- a/command/agent/consul/int_test.go +++ b/command/agent/consul/int_test.go @@ -33,7 +33,6 @@ func (m *mockUpdater) TaskStateUpdated() { m.logger.Named("mock.updater").Debug("Update!") } -// TODO Fix // TestConsul_Integration asserts TaskRunner properly registers and deregisters // services and checks with Consul using an embedded Consul agent. func TestConsul_Integration(t *testing.T) {