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 ca55317 commit e3f9f45Copy full SHA for e3f9f45
src/librustuv/addrinfo.rs
@@ -251,6 +251,7 @@ mod test {
251
use super::*;
252
253
#[test]
254
+ #[ignore(cfg(target_os="android"))] // cannot give tcp/ip permission without help of apk
255
fn getaddrinfo_test() {
256
let mut loop_ = Loop::new();
257
let mut req = GetAddrInfoRequest::new();
src/libstd/rt/io/net/addrinfo.rs
@@ -114,6 +114,7 @@ mod test {
114
115
116
117
118
fn dns_smoke_test() {
119
let ipaddrs = get_host_addresses("localhost").unwrap();
120
let mut found_local = false;
0 commit comments