Skip to content

Commit

Permalink
Dont count peercount for acl test
Browse files Browse the repository at this point in the history
Signed-off-by: Kristoffer Dalby <[email protected]>
  • Loading branch information
kradalby committed Aug 30, 2023
1 parent 933d374 commit 88b879e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions integration/acl_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 88b879e

Please sign in to comment.