Use IPv4 in the tests
This commit is contained in:
parent
b71a881d0e
commit
ba07bac46a
1 changed files with 1 additions and 1 deletions
|
@ -566,7 +566,7 @@ func (s *IntegrationTestSuite) TestTailDrop() {
|
||||||
command := []string{
|
command := []string{
|
||||||
"tailscale", "file", "cp",
|
"tailscale", "file", "cp",
|
||||||
fmt.Sprintf("/tmp/file_from_%s", hostname),
|
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 {
|
retry(10, 1*time.Second, func() error {
|
||||||
log.Printf(
|
log.Printf(
|
||||||
|
|
Loading…
Reference in a new issue