1
0
mirror of https://github.com/juanfont/headscale.git synced 2025-07-22 13:48:40 +02:00

integration: remove comment out case

Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
Kristoffer Dalby 2025-05-18 21:12:02 +02:00
parent 0ddbacf81f
commit 05b7dbe5e9
No known key found for this signature in database

View File

@ -814,13 +814,6 @@ func TestSubnetRouteACL(t *testing.T) {
aliasWithPorts(prefixp("10.33.0.0/16"), tailcfg.PortRangeAny),
},
},
// {
// Action: "accept",
// Sources: []policyv2.Alias{groupp("group:admins")},
// Destinations: []policyv2.AliasWithPorts{
// aliasWithPorts(prefixp("0.0.0.0/0"), tailcfg.PortRangeAny),
// },
// },
},
},
))