Use test-full-imap feature to enable QRESYNC test
This test works against most fully-featured IMAP servers, also e.g. against the cyrus-imapd-tester. It was previously ignored because the greenmail test server did not support it.
This commit is contained in:
parent
e9041480e3
commit
5c422aba36
1 changed files with 1 additions and 1 deletions
|
|
@ -659,7 +659,7 @@ fn status() {
|
|||
}
|
||||
|
||||
#[test]
|
||||
#[ignore]
|
||||
#[cfg(feature = "test-full-imap")]
|
||||
fn qresync() {
|
||||
// Ignored because Greenmail does not support QRESYNC. Does work with Cyrus, though.
|
||||
let to = "inbox-qresync@localhost";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue