test(net): disable discv4 discovery in tests by default (#1311)

This commit is contained in:
Matthias Seitz
2023-02-13 14:22:10 +01:00
committed by GitHub
parent 37351df585
commit 211c7e3401

View File

@@ -319,6 +319,7 @@ where
.listener_addr(SocketAddr::V4(SocketAddrV4::new(Ipv4Addr::UNSPECIFIED, 0)))
.discovery_addr(SocketAddr::V4(SocketAddrV4::new(Ipv4Addr::UNSPECIFIED, 0)))
.no_dns_discovery()
.no_discv4_discovery()
}
}