Disable lazy connection in multiple peers test

This commit is contained in:
Zoltán Papp
2025-02-28 20:53:25 +01:00
parent 04f18bfbdb
commit 0f1f023c2b

View File

@@ -984,6 +984,7 @@ func TestEngine_UpdateNetworkMapWithDNSUpdate(t *testing.T) {
func TestEngine_MultiplePeers(t *testing.T) {
// log.SetLevel(log.DebugLevel)
t.Setenv(envDisableLazyConn, "true")
ctx, cancel := context.WithCancel(CtxInitState(context.Background()))
defer cancel()