Skip to content

Commit c1ad398

Browse files
committed
fix: do not require root for manager test
seems to pass w/o those fine
1 parent 9a3de03 commit c1ad398

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

internal/app/machined/pkg/controllers/kubespan/manager_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -414,10 +414,6 @@ func asUDP(addr netip.AddrPort) *net.UDPAddr {
414414
}
415415

416416
func TestManagerSuite(t *testing.T) {
417-
if os.Geteuid() != 0 {
418-
t.Skip("requires root")
419-
}
420-
421417
mockWireguard := &mockWireguardClient{}
422418

423419
suite.Run(t, &ManagerSuite{

0 commit comments

Comments
 (0)