details: http://freenginx.org/hg/nginx-tests/rev/009ff3a25aff branches: changeset: 2025:009ff3a25aff user: Maxim Dounin <[email protected]> date: Sat Sep 06 14:49:33 2025 +0300 description: Tests: removed stale comment, missed in 1937:2a0a6035a1af.
diffstat: mail_imap.t | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diffs (14 lines): 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();
