From c61d7777057e35090283af33d7799d62163fe199 Mon Sep 17 00:00:00 2001 From: Denton Gentry Date: Mon, 14 Jun 2021 15:19:31 -0700 Subject: [PATCH] tstest/integration: disable TestAddPingRequest Failing often now, we don't want people to get used to routinely ignoring test failures. Can be re-enabled when https://github.com/tailscale/tailscale/issues/2079 is resolved. Signed-off-by: Denton Gentry --- 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 a3bd7186e..e51834229 100644 --- a/tstest/integration/integration_test.go +++ b/tstest/integration/integration_test.go @@ -230,6 +230,7 @@ func TestNodeAddressIPFields(t *testing.T) { } func TestAddPingRequest(t *testing.T) { + t.Skip("flaky in CI, tailscale/issues/2079") t.Parallel() bins := BuildTestBinaries(t)