We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1ad4a8 commit 931575bCopy full SHA for 931575b
common/http-api-client/src/dns.rs
@@ -775,6 +775,7 @@ mod test {
775
resolver_ns_ip_version_test(resolver).await
776
}
777
778
+ #[ignore] // This messes with the settings for the shared resolver which can interleave in negative ways with other tests.
779
#[tokio::test]
780
async fn setting_ns_ip_version_for_shared_resolver() {
781
let resolver = HickoryDnsResolver::default();
0 commit comments