greenmail doesn't like tls_force(?)

This commit is contained in:
Jon Gjengset 2024-03-31 10:28:41 +02:00
parent e71fd87417
commit abc26f3fb7

View file

@ -45,7 +45,10 @@ fn starttls_force() {
assert!(list_mailbox(&mut s).is_ok());
}
#[cfg(any(feature = "native-tls", feature = "rustls-tls"))]
#[cfg(all(
any(feature = "native-tls", feature = "rustls-tls"),
feature = "test-full-imap"
))]
#[test]
fn tls_force() {
let user = "tls@localhost";