From 05b7dbe5e96c261f0576d1cd60b5a03680b3bc16 Mon Sep 17 00:00:00 2001 From: Kristoffer Dalby Date: Sun, 18 May 2025 21:12:02 +0200 Subject: [PATCH] integration: remove comment out case Signed-off-by: Kristoffer Dalby --- integration/route_test.go | 7 ------- 1 file changed, 7 deletions(-) diff --git a/integration/route_test.go b/integration/route_test.go index ba3bf288..053b4582 100644 --- a/integration/route_test.go +++ b/integration/route_test.go @@ -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), - // }, - // }, }, }, ))