From a7a394e7d9d32991ddd3b6f99ed9efa95e88e01f Mon Sep 17 00:00:00 2001 From: Maisem Ali Date: Sat, 3 Aug 2024 14:54:25 -0700 Subject: [PATCH] tstest/integration: mark TestNATPing flaky Updates #12169 Signed-off-by: Maisem Ali --- tstest/integration/integration_test.go | 1 + 1 file changed, 1 insertion(+) 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} {