net/art: fix running tests outside of CI

Updates #7866

Signed-off-by: David Anderson <danderson@tailscale.com>
This commit is contained in:
David Anderson 2023-07-13 12:09:40 -07:00 committed by Dave Anderson
parent 4c05d43008
commit 45b5d0983c
1 changed files with 1 additions and 0 deletions

View File

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