From 69e09e01dc86a8c2c8c8fcc56b453c9f2f0dba26 Mon Sep 17 00:00:00 2001 From: zuisong Date: Sun, 11 Sep 2022 21:17:26 +0800 Subject: [PATCH] update ipv4test --- tests/cli.rs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/cli.rs b/tests/cli.rs index 4fda6aa7..ec746ac8 100644 --- a/tests/cli.rs +++ b/tests/cli.rs @@ -1198,11 +1198,6 @@ fn cert_without_key() { #[cfg(feature = "online-tests")] #[test] fn use_ipv4() { - get_command() - .args(&["https://v6.ipv6-test.com/api/myip.php", "--body", "--ipv4"]) - .assert() - .failure(); - get_command() .args(&[ "https://v4v6.ipv6-test.com/api/myip.php",