mirror of
https://github.com/tailscale/tailscale.git
synced 2025-08-11 21:27:31 +00:00
tstest/integration: add --accept-risk=all to tailscale down
The test would fail if I was running it over SSH. Signed-off-by: Maisem Ali <maisem@tailscale.com>
This commit is contained in:

committed by
Brad Fitzpatrick

parent
0480a925c1
commit
41dd49391f
@@ -846,7 +846,7 @@ func (n *testNode) MustUp(extraArgs ...string) {
|
||||
func (n *testNode) MustDown() {
|
||||
t := n.env.t
|
||||
t.Logf("Running down ...")
|
||||
if err := n.Tailscale("down").Run(); err != nil {
|
||||
if err := n.Tailscale("down", "--accept-risk=all").Run(); err != nil {
|
||||
t.Fatalf("down: %v", err)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user