mirror of
https://github.com/tailscale/tailscale.git
synced 2025-12-23 09:06:24 +00:00
tstest/integration: deflake TestC2NDebugNetmap, disable service collection
Fixes #17298 Change-Id: I83459fa1dad583c32395a80548510bc7ec035c41 Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:
committed by
Brad Fitzpatrick
parent
09a33b9262
commit
e7a79ef5f1
@@ -1784,7 +1784,9 @@ func TestPeerRelayPing(t *testing.T) {
|
||||
func TestC2NDebugNetmap(t *testing.T) {
|
||||
tstest.Shard(t)
|
||||
tstest.Parallel(t)
|
||||
env := NewTestEnv(t)
|
||||
env := NewTestEnv(t, ConfigureControl(func(s *testcontrol.Server) {
|
||||
s.CollectServices = "false"
|
||||
}))
|
||||
|
||||
var testNodes []*TestNode
|
||||
var nodes []*tailcfg.Node
|
||||
|
||||
Reference in New Issue
Block a user