Remove complicated testcase obsoleated by tailNode test
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
parent
5bad48a24e
commit
f9f6e1557a
3 changed files with 12 additions and 149 deletions
|
@ -99,6 +99,12 @@ func TestTailNode(t *testing.T) {
|
|||
Enabled: true,
|
||||
IsPrimary: true,
|
||||
},
|
||||
{
|
||||
Prefix: types.IPPrefix(netip.MustParsePrefix("172.0.0.0/10")),
|
||||
Advertised: true,
|
||||
Enabled: false,
|
||||
IsPrimary: true,
|
||||
},
|
||||
},
|
||||
CreatedAt: created,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue