mirror of
https://github.com/juanfont/headscale.git
synced 2025-11-24 09:10:42 +09:00
add nolint to integrationtests, they are going away ™️
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
//nolint
|
||||
package headscale
|
||||
|
||||
import (
|
||||
@@ -506,7 +507,7 @@ func getIPsfromIPNstate(status ipnstate.Status) []netip.Addr {
|
||||
return ips
|
||||
}
|
||||
|
||||
// TODO: Adopt test for cross communication between namespaces
|
||||
// TODO: Adopt test for cross communication between namespaces.
|
||||
func (s *IntegrationTestSuite) TestPingAllPeersByAddress() {
|
||||
for _, scales := range s.namespaces {
|
||||
ips, err := getIPs(scales.tailscales)
|
||||
|
||||
Reference in New Issue
Block a user