tstest/integration: mark TestPeerRelayPing as flaky

Updates #17251

Signed-off-by: Alex Chan <alexc@tailscale.com>
main
Alex Chan 6 months ago committed by Alex Chan
parent f208bf8cb1
commit 6db8957744
  1. 1
      tstest/integration/integration_test.go

@ -1644,6 +1644,7 @@ func TestEncryptStateMigration(t *testing.T) {
// relay between all 3 nodes, and "tailscale debug peer-relay-sessions" returns
// expected values.
func TestPeerRelayPing(t *testing.T) {
flakytest.Mark(t, "https://github.com/tailscale/tailscale/issues/17251")
tstest.Shard(t)
tstest.Parallel(t)

Loading…
Cancel
Save