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",
|
BackendLogID: "set-hostinfo-test",
|
||||||
OS: "iOS",
|
OS: "iOS",
|
||||||
})
|
})
|
||||||
c4.waitStatus(t, stateSynchronized)
|
|
||||||
c3NetMap := c3.status(t).New.NetMap
|
c3NetMap := c3.status(t).New.NetMap
|
||||||
c4NetMap = c4.status(t).New.NetMap
|
c4NetMap = c4.status(t).New.NetMap
|
||||||
if len(c3NetMap.Peers) != 1 {
|
if len(c3NetMap.Peers) != 1 {
|
||||||
|
|
Loading…
Reference in New Issue