Skip to content

Commit

Permalink
fix: do not require root for manager test
Browse files Browse the repository at this point in the history
seems to pass w/o those fine
  • Loading branch information
dsseng committed Jan 15, 2025
1 parent 9a3de03 commit c1ad398
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -414,10 +414,6 @@ func asUDP(addr netip.AddrPort) *net.UDPAddr {
}

func TestManagerSuite(t *testing.T) {
if os.Geteuid() != 0 {
t.Skip("requires root")
}

mockWireguard := &mockWireguardClient{}

suite.Run(t, &ManagerSuite{
Expand Down

0 comments on commit c1ad398

Please sign in to comment.