From e999e404da9fb22af27e4c08ad50fe10035321e9 Mon Sep 17 00:00:00 2001 From: Alvin Huang Date: Fri, 22 Feb 2019 13:42:09 -0500 Subject: [PATCH] add serf check to TestAPI_ACLToken_List --- api/acl_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/api/acl_test.go b/api/acl_test.go index 2a5146f060..ecf4ea044a 100644 --- a/api/acl_test.go +++ b/api/acl_test.go @@ -498,6 +498,7 @@ func TestAPI_ACLToken_List(t *testing.T) { defer s.Stop() acl := c.ACL() + s.WaitForSerfCheck(t) policies := prepTokenPolicies(t, acl)