tstest/integration/vms: skip a test for now
Updates #2011 Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>pull/2012/head
parent
ddf6c8c729
commit
f21982f854
|
@ -496,6 +496,7 @@ func deriveBindhost(t *testing.T) string {
|
|||
}
|
||||
|
||||
func TestDeriveBindhost(t *testing.T) {
|
||||
t.Skip("broken on some machines; https://github.com/tailscale/tailscale/issues/2011")
|
||||
t.Log(deriveBindhost(t))
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue