net/art: fix running tests outside of CI

Updates #7866

Signed-off-by: David Anderson <danderson@tailscale.com>
pull/8701/head
David Anderson 10 months ago committed by Dave Anderson
parent 4c05d43008
commit 45b5d0983c

@ -16,4 +16,5 @@ func TestMain(m *testing.M) {
// TODO: https://github.com/tailscale/tailscale/issues/7866
os.Exit(0)
}
os.Exit(m.Run())
}

Loading…
Cancel
Save