mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-25 19:15:34 +00:00
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>
This commit is contained in:
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
Block a user