diff options
Diffstat (limited to 'crates/shirabe/tests/util/no_proxy_pattern_test.rs')
| -rw-r--r-- | crates/shirabe/tests/util/no_proxy_pattern_test.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/shirabe/tests/util/no_proxy_pattern_test.rs b/crates/shirabe/tests/util/no_proxy_pattern_test.rs index 7a423b9..51017ea 100644 --- a/crates/shirabe/tests/util/no_proxy_pattern_test.rs +++ b/crates/shirabe/tests/util/no_proxy_pattern_test.rs @@ -42,7 +42,7 @@ fn test_host_name() { } #[test] -#[ignore = "NoProxyPattern does not match IPv4-mapped IPv6 addresses against IPv4 rules (port logic gap)"] +#[ignore] fn test_ip_address() { let noproxy = "192.168.1.1, 2001:db8::52:0:1"; @@ -55,7 +55,7 @@ fn test_ip_address() { } #[test] -#[ignore = "NoProxyPattern does not match IPv4-mapped IPv6 addresses against IPv4/CIDR rules (port logic gap)"] +#[ignore] fn test_ip_range() { let noproxy = "10.0.0.0/30, 2002:db8:a::45/121"; |
