add nolint to integrationtests, they are going away ™️

Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
Kristoffer Dalby 2022-10-18 14:57:22 +02:00
parent dfadb965b7
commit 4df47de3f2
No known key found for this signature in database
5 changed files with 8 additions and 6 deletions

View file

@ -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)