mirror of
https://github.com/tailscale/tailscale.git
synced 2024-12-01 14:05:39 +00:00
tstest/integration: mark TestNATPing flaky
Updates #12169 Signed-off-by: Maisem Ali <maisem@tailscale.com>
This commit is contained in:
parent
07e2487c1d
commit
a7a394e7d9
@ -842,6 +842,7 @@ func TestClientSideJailing(t *testing.T) {
|
|||||||
// TestNATPing creates two nodes, n1 and n2, sets up masquerades for both and
|
// TestNATPing creates two nodes, n1 and n2, sets up masquerades for both and
|
||||||
// tries to do bi-directional pings between them.
|
// tries to do bi-directional pings between them.
|
||||||
func TestNATPing(t *testing.T) {
|
func TestNATPing(t *testing.T) {
|
||||||
|
flakytest.Mark(t, "https://github.com/tailscale/tailscale/issues/12169")
|
||||||
tstest.Shard(t)
|
tstest.Shard(t)
|
||||||
tstest.Parallel(t)
|
tstest.Parallel(t)
|
||||||
for _, v6 := range []bool{false, true} {
|
for _, v6 := range []bool{false, true} {
|
||||||
|
Loading…
Reference in New Issue
Block a user