control/controlclient: revert extreneous synchronization.
Signed-off-by: Dmytro Shynkevych <dmytro@tailscale.com>
This commit is contained in:
parent
3b94eabee3
commit
46f4b18fe8
|
@ -361,7 +361,6 @@ func TestControl(t *testing.T) {
|
|||
BackendLogID: "set-hostinfo-test",
|
||||
OS: "iOS",
|
||||
})
|
||||
c4.waitStatus(t, stateSynchronized)
|
||||
c3NetMap := c3.status(t).New.NetMap
|
||||
c4NetMap = c4.status(t).New.NetMap
|
||||
if len(c3NetMap.Peers) != 1 {
|
||||
|
|
Loading…
Reference in New Issue