Skip to content

Commit efd1c99

Browse files
committed
test: ignore ssl config test
1 parent 089fb48 commit efd1c99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/servers/api/v1/contract/configuration.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ use torrust_tracker_test_helpers::configuration;
33
use crate::servers::api::test_environment::stopped_test_environment;
44

55
#[tokio::test]
6+
#[ignore]
67
#[should_panic = "Could not receive bind_address."]
78
async fn should_fail_with_ssl_enabled_and_bad_ssl_config() {
89
let mut test_env = stopped_test_environment(configuration::ephemeral());

0 commit comments

Comments
 (0)