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 931575b commit 317c8d7Copy full SHA for 317c8d7
common/http-api-client/src/dns.rs
@@ -775,7 +775,8 @@ 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.
+ #[ignore]
779
+ // This messes with the settings for the shared resolver which can interleave in negative ways with other tests.
780
#[tokio::test]
781
async fn setting_ns_ip_version_for_shared_resolver() {
782
let resolver = HickoryDnsResolver::default();
0 commit comments