diff --git a/tstest/integration/integration_test.go b/tstest/integration/integration_test.go index 236c02e32..30ac51036 100644 --- a/tstest/integration/integration_test.go +++ b/tstest/integration/integration_test.go @@ -842,6 +842,7 @@ func TestClientSideJailing(t *testing.T) { // TestNATPing creates two nodes, n1 and n2, sets up masquerades for both and // tries to do bi-directional pings between them. func TestNATPing(t *testing.T) { + flakytest.Mark(t, "https://github.com/tailscale/tailscale/issues/12169") tstest.Shard(t) tstest.Parallel(t) for _, v6 := range []bool{false, true} {