greenmail doesn't like tls_force(?)
This commit is contained in:
parent
e71fd87417
commit
abc26f3fb7
1 changed files with 4 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue