Skip to content

Commit

Permalink
test: ignore ssl config test
Browse files Browse the repository at this point in the history
  • Loading branch information
da2ce7 committed Sep 5, 2023
1 parent 7adada5 commit 4af6ea2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/servers/api/v1/contract/configuration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ use torrust_tracker_test_helpers::configuration;
use crate::servers::api::test_environment::stopped_test_environment;

#[tokio::test]
#[ignore]
#[should_panic = "Could not receive bind_address."]
async fn should_fail_with_ssl_enabled_and_bad_ssl_config() {
let mut test_env = stopped_test_environment(configuration::ephemeral());
Expand Down

0 comments on commit 4af6ea2

Please sign in to comment.