Browse Source

tsnet: add TestLoopbackSOCKS5 as flaky test

Signed-off-by: KevinLiang10 <[email protected]>
KevinLiang10 2 years ago
parent
commit
a795b4a641
1 changed files with 2 additions and 0 deletions
  1. 2 0
      tsnet/tsnet_test.go

+ 2 - 0
tsnet/tsnet_test.go

@@ -30,6 +30,7 @@ import (
 	"time"
 
 	"golang.org/x/net/proxy"
+	"tailscale.com/cmd/testwrapper/flakytest"
 	"tailscale.com/ipn"
 	"tailscale.com/ipn/store/mem"
 	"tailscale.com/net/netns"
@@ -356,6 +357,7 @@ func TestLoopbackLocalAPI(t *testing.T) {
 }
 
 func TestLoopbackSOCKS5(t *testing.T) {
+	flakytest.Mark(t, "https://github.com/tailscale/tailscale/issues/8198")
 	ctx, cancel := context.WithTimeout(context.Background(), 30*time.Second)
 	defer cancel()