Use IPv4 in the tests

This commit is contained in:
Juan Font Alonso 2022-08-16 18:42:22 +02:00
parent b71a881d0e
commit ba07bac46a

View File

@ -566,7 +566,7 @@ func (s *IntegrationTestSuite) TestTailDrop() {
command := []string{
"tailscale", "file", "cp",
fmt.Sprintf("/tmp/file_from_%s", hostname),
fmt.Sprintf("%s:", ips[peername][1]),
fmt.Sprintf("%s:", ips[peername][0]),
}
retry(10, 1*time.Second, func() error {
log.Printf(