Skip to content

Commit adf4a2e

Browse files
committed
disable endpoints that randomly timeout
1 parent cf34e85 commit adf4a2e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/cli.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1200,6 +1200,7 @@ fn proxy_multiple_valid_proxies() {
12001200

12011201
// temporarily disabled for builds not using rustls
12021202
#[cfg(all(feature = "online-tests", feature = "rustls"))]
1203+
#[ignore = "endpoint is randomly timing out"]
12031204
#[test]
12041205
fn verify_default_yes() {
12051206
use predicates::boolean::PredicateBooleanExt;
@@ -1215,6 +1216,7 @@ fn verify_default_yes() {
12151216

12161217
// temporarily disabled for builds not using rustls
12171218
#[cfg(all(feature = "online-tests", feature = "rustls"))]
1219+
#[ignore = "endpoint is randomly timing out"]
12181220
#[test]
12191221
fn verify_explicit_yes() {
12201222
use predicates::boolean::PredicateBooleanExt;
@@ -1229,6 +1231,7 @@ fn verify_explicit_yes() {
12291231
}
12301232

12311233
#[cfg(feature = "online-tests")]
1234+
#[ignore = "endpoint is randomly timing out"]
12321235
#[test]
12331236
fn verify_no() {
12341237
get_command()
@@ -1240,6 +1243,7 @@ fn verify_no() {
12401243
}
12411244

12421245
#[cfg(all(feature = "rustls", feature = "online-tests"))]
1246+
#[ignore = "endpoint is randomly timing out"]
12431247
#[test]
12441248
fn verify_valid_file() {
12451249
get_command()
@@ -1255,6 +1259,7 @@ fn verify_valid_file() {
12551259
// This test may fail if https://github.com/seanmonstar/reqwest/issues/1260 is fixed
12561260
// If that happens make sure to remove the warning, not just this test
12571261
#[cfg(all(feature = "native-tls", feature = "online-tests"))]
1262+
#[ignore = "endpoint is randomly timing out"]
12581263
#[test]
12591264
fn verify_valid_file_native_tls() {
12601265
get_command()

0 commit comments

Comments
 (0)