Skip to content

Commit

Permalink
test: disable dns discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Jun 20, 2024
1 parent 4fcf26c commit 169a7f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/net/network/tests/it/startup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ async fn test_tcp_port_node_record_discovery() {
let config = NetworkConfigBuilder::new(secret_key)
.listener_port(0)
.discovery_port(0)
.disable_dns_discovery()
.build_with_noop_provider();
let network = NetworkManager::new(config).await.unwrap();

Expand Down

0 comments on commit 169a7f9

Please sign in to comment.