tstest/integration: mark TestClientSideJailing as flaky

Updates #17419

Signed-off-by: Alex Chan <alexc@tailscale.com>
bradfitz/evsub
Alex Chan 2 months ago committed by Alex Chan
parent 8d4ea55cc1
commit 59a39841c3

@ -828,6 +828,7 @@ func TestOneNodeUpWindowsStyle(t *testing.T) {
// jailed node cannot initiate connections to the other node however the other
// node can initiate connections to the jailed node.
func TestClientSideJailing(t *testing.T) {
flakytest.Mark(t, "https://github.com/tailscale/tailscale/issues/17419")
tstest.Shard(t)
tstest.Parallel(t)
env := NewTestEnv(t)

Loading…
Cancel
Save