mirror of
https://github.com/ducaale/xh.git
synced 2025-05-05 15:32:50 +00:00
Re-enable badssl.com tests
Hopefully the random timeouts have stopped by now?
This commit is contained in:
parent
79b47ee164
commit
7ad28aa483
@ -1138,7 +1138,6 @@ fn proxy_multiple_valid_proxies() {
|
||||
|
||||
// temporarily disabled for builds not using rustls
|
||||
#[cfg(all(feature = "online-tests", feature = "rustls"))]
|
||||
#[ignore = "endpoint is randomly timing out"]
|
||||
#[test]
|
||||
fn verify_default_yes() {
|
||||
use predicates::boolean::PredicateBooleanExt;
|
||||
@ -1154,7 +1153,6 @@ fn verify_default_yes() {
|
||||
|
||||
// temporarily disabled for builds not using rustls
|
||||
#[cfg(all(feature = "online-tests", feature = "rustls"))]
|
||||
#[ignore = "endpoint is randomly timing out"]
|
||||
#[test]
|
||||
fn verify_explicit_yes() {
|
||||
use predicates::boolean::PredicateBooleanExt;
|
||||
@ -1169,7 +1167,6 @@ fn verify_explicit_yes() {
|
||||
}
|
||||
|
||||
#[cfg(feature = "online-tests")]
|
||||
#[ignore = "endpoint is randomly timing out"]
|
||||
#[test]
|
||||
fn verify_no() {
|
||||
get_command()
|
||||
@ -1181,7 +1178,6 @@ fn verify_no() {
|
||||
}
|
||||
|
||||
#[cfg(all(feature = "rustls", feature = "online-tests"))]
|
||||
#[ignore = "endpoint is randomly timing out"]
|
||||
#[test]
|
||||
fn verify_valid_file() {
|
||||
get_command()
|
||||
@ -1197,7 +1193,6 @@ fn verify_valid_file() {
|
||||
// This test may fail if https://github.com/seanmonstar/reqwest/issues/1260 is fixed
|
||||
// If that happens make sure to remove the warning, not just this test
|
||||
#[cfg(all(feature = "native-tls", feature = "online-tests"))]
|
||||
#[ignore = "endpoint is randomly timing out"]
|
||||
#[test]
|
||||
fn verify_valid_file_native_tls() {
|
||||
get_command()
|
||||
|
Loading…
x
Reference in New Issue
Block a user