diff --git a/tests/imap_integration.rs b/tests/imap_integration.rs index 78e2280..5394d38 100644 --- a/tests/imap_integration.rs +++ b/tests/imap_integration.rs @@ -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";