chore_: disable discv5 in tests (#5119)

This commit is contained in:
Igor Sirotin 2024-05-07 15:06:45 +01:00 committed by GitHub
parent 7ba9a00fee
commit 59c6ee5ffe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ func NewTestWakuV2(s *suite.Suite, cfg testWakuV2Config) *waku2.Waku {
LightClient: false,
EnablePeerExchangeServer: true,
EnablePeerExchangeClient: false,
EnableDiscV5: true,
EnableDiscV5: false,
}
var db *sql.DB