mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-09-15 09:34:33 +08:00
fixed tests
This commit is contained in:
parent
384ad224d2
commit
ceee52b816
1 changed files with 2 additions and 2 deletions
|
@ -1088,8 +1088,8 @@ describe('IMAP Protocol integration tests', function() {
|
|||
});
|
||||
|
||||
describe('EXPUNGE', function() {
|
||||
// EXPUNGE is a NO OP with autoexpunge. We can still test as the result after applying Delete would be the same
|
||||
it('should automatically expunge messages', function(done) {
|
||||
// EXPUNGE is a NO OP with autoexpunge
|
||||
it.skip('should automatically expunge messages', function(done) {
|
||||
let cmds = ['T1 LOGIN testuser pass', 'T2 SELECT INBOX', 'T3 STORE 2:* +FLAGS (\\Deleted)', 'SLEEP', 'T4 EXPUNGE', 'T6 LOGOUT'];
|
||||
|
||||
testClient(
|
||||
|
|
Loading…
Add table
Reference in a new issue