Skip to content

Commit 931575b

Browse files
committed
ignore test that could cause issues if interleaved
1 parent f1ad4a8 commit 931575b

File tree

1 file changed

+1
-0
lines changed
  • common/http-api-client/src

1 file changed

+1
-0
lines changed

common/http-api-client/src/dns.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -775,6 +775,7 @@ mod test {
775775
resolver_ns_ip_version_test(resolver).await
776776
}
777777

778+
#[ignore] // This messes with the settings for the shared resolver which can interleave in negative ways with other tests.
778779
#[tokio::test]
779780
async fn setting_ns_ip_version_for_shared_resolver() {
780781
let resolver = HickoryDnsResolver::default();

0 commit comments

Comments
 (0)