Skip to content

Commit

Permalink
fix acl test with wait
Browse files Browse the repository at this point in the history
Signed-off-by: Kristoffer Dalby <[email protected]>
  • Loading branch information
kradalby committed Aug 31, 2023
1 parent 26e0b0d commit 8c5bf7a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions integration/acl_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,9 @@ func TestACLHostsInNetMapTable(t *testing.T) {
allClients, err := scenario.ListTailscaleClients()
assertNoErr(t, err)

err = scenario.WaitForTailscaleSyncWithPeerCount(testCase.want["user1"])
assertNoErrSync(t, err)

for _, client := range allClients {
status, err := client.Status()
assertNoErr(t, err)
Expand Down

0 comments on commit 8c5bf7a

Please sign in to comment.