# HG changeset patch # User Maxim Dounin <[email protected]> # Date 1757159373 -10800 # Sat Sep 06 14:49:33 2025 +0300 # Node ID 009ff3a25affe30f3db45757366b0bd726f9bf21 # Parent 468102e2a704618f2829e68d340b6feffab609aa Tests: removed stale comment, missed in 1937:2a0a6035a1af.
diff --git a/mail_imap.t b/mail_imap.t --- a/mail_imap.t +++ b/mail_imap.t @@ -258,10 +258,6 @@ local $TODO = 'not yet' unless $t->has_v $s->check(qr/^a03 BAD/, 'invalid with non-sync literal'); $s->check(qr/^(a04 |$)/, 'literal not command'); -# skipped without a fix, since with level-triggered event methods -# this hogs cpu till the connection is closed by the backend server, -# and generates a lot of debug logs - $s = Test::Nginx::IMAP->new(); $s->read();
