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 <dgentry@tailscale.com>pull/2144/head
parent
857bc4a752
commit
c61d777705
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue