Skip to content

Commit

Permalink
disable tests that call self-signed.badssl.com
Browse files Browse the repository at this point in the history
  • Loading branch information
ducaale committed Oct 11, 2021
1 parent 291aab0 commit a635aa6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -800,6 +800,7 @@ fn bearer_auth() {
// This intersects with both #41 and #59

#[test]
#[ignore = "https://self-signed.badssl.com cert has expired"]
fn verify_default_yes() {
get_command()
.arg("-v")
Expand All @@ -813,6 +814,7 @@ fn verify_default_yes() {
}

#[test]
#[ignore = "https://self-signed.badssl.com cert has expired"]
fn verify_explicit_yes() {
get_command()
.arg("-v")
Expand Down Expand Up @@ -841,6 +843,7 @@ fn verify_no() {
}

#[test]
#[ignore = "https://self-signed.badssl.com cert has expired"]
fn verify_valid_file() {
get_command()
.arg("-v")
Expand Down

0 comments on commit a635aa6

Please sign in to comment.