tests: ignore refresh error in wait_peer_zone_visibility

fmt
This commit is contained in:
Luna Yao
2026-04-28 18:41:26 +02:00
parent 30b88bf626
commit b85d5bc515
+3 -3
View File
@@ -343,9 +343,9 @@ async fn wait_peer_zone_visibility(
let deadline = Instant::now() + Duration::from_secs(20);
loop {
dns.refresh(target_peer_id, Default::default(), Default::default())
.await
.unwrap();
let _ = dns
.refresh(target_peer_id, Default::default(), Default::default())
.await;
let snapshot = dns.snapshot();