We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 089fb48 commit efd1c99Copy full SHA for efd1c99
tests/servers/api/v1/contract/configuration.rs
@@ -3,6 +3,7 @@ use torrust_tracker_test_helpers::configuration;
3
use crate::servers::api::test_environment::stopped_test_environment;
4
5
#[tokio::test]
6
+#[ignore]
7
#[should_panic = "Could not receive bind_address."]
8
async fn should_fail_with_ssl_enabled_and_bad_ssl_config() {
9
let mut test_env = stopped_test_environment(configuration::ephemeral());
0 commit comments