ipn/ipnlocal: add health.Tracker to tests where it was warning in CI
To denoise log output, to make it easier to find real failures. Updates #19252 Change-Id: Iae64a9278c70de24a236c39e3d181a509a512a0b Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:
committed by
Brad Fitzpatrick
parent
85827f7503
commit
5a899e406d
@@ -7763,6 +7763,7 @@ func TestStripKeysFromPrefs(t *testing.T) {
|
||||
ch := make(chan *ipn.Notify, 1)
|
||||
b := &LocalBackend{
|
||||
extHost: h,
|
||||
health: health.NewTracker(eventbustest.NewBus(t)),
|
||||
notifyWatchers: map[string]*watchSession{
|
||||
"test": {ch: ch},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user