From 0bff68928128c9863c82c90a8a2b428e5c9401d2 Mon Sep 17 00:00:00 2001 From: Alvin Huang Date: Thu, 21 Feb 2019 22:11:31 -0500 Subject: [PATCH] add serf check to TestAPI_AgentServices_ManagedConnectProxyDeprecatedUpstreams --- api/agent_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/api/agent_test.go b/api/agent_test.go index 221c7d413..ce5a65dfd 100644 --- a/api/agent_test.go +++ b/api/agent_test.go @@ -293,6 +293,7 @@ func TestAPI_AgentServices_ManagedConnectProxyDeprecatedUpstreams(t *testing.T) defer s.Stop() agent := c.Agent() + s.WaitForSerfCheck(t) reg := &AgentServiceRegistration{ Name: "foo",