Skip to content

Commit

Permalink
disable failing badssl.com tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ducaale committed Jan 7, 2025
1 parent 31c4420 commit 8bcbb0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1282,6 +1282,7 @@ fn native_tls_works() {
}

#[cfg(feature = "online-tests")]
#[ignore = "404 errors"]
#[test]
fn good_tls_version() {
get_command()
Expand All @@ -1292,6 +1293,7 @@ fn good_tls_version() {
}

#[cfg(all(feature = "native-tls", feature = "online-tests"))]
#[ignore = "404 errors"]
#[test]
fn good_tls_version_nativetls() {
get_command()
Expand Down

0 comments on commit 8bcbb0d

Please sign in to comment.