From 88b879e8541e255f6aa87160eeceb192f0a43a18 Mon Sep 17 00:00:00 2001 From: Kristoffer Dalby Date: Wed, 30 Aug 2023 13:44:26 +0200 Subject: [PATCH] Dont count peercount for acl test Signed-off-by: Kristoffer Dalby --- integration/acl_test.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/integration/acl_test.go b/integration/acl_test.go index edf33455c8..43033bd41f 100644 --- a/integration/acl_test.go +++ b/integration/acl_test.go @@ -281,9 +281,6 @@ func TestACLHostsInNetMapTable(t *testing.T) { allClients, err := scenario.ListTailscaleClients() assertNoErr(t, err) - err = scenario.WaitForTailscaleSync() - assertNoErr(t, err) - for _, client := range allClients { status, err := client.Status() assertNoErr(t, err)