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 23effac commit 3235313Copy full SHA for 3235313
common/http-api-client/src/dns.rs
@@ -782,7 +782,8 @@ mod test {
782
resolver_ns_ip_version_test(resolver).await
783
}
784
785
- #[ignore] // This messes with the settings for the shared resolver which can interleave in negative ways with other tests.
+ #[ignore]
786
+ // This messes with the settings for the shared resolver which can interleave in negative ways with other tests.
787
#[tokio::test]
788
async fn setting_ns_ip_version_for_shared_resolver() {
789
let resolver = HickoryDnsResolver::default();
0 commit comments