Open Bug 1776115 Opened 2 years ago Updated 2 months ago

TEST-UNEXPECTED-FAIL | xpcshell.ini:comm/mailnews/imap/test/unit/test_imapHdrChunking.js | testMessageFetched - [testMessageFetched : 142] 137 messages in folder should be of chunk size 3 - 2 == 0

Categories

(MailNews Core :: Networking: IMAP, defect, P5)

Tracking

(Not tracked)

People

(Reporter: intermittent-bug-filer, Unassigned)

Details

(Keywords: intermittent-failure, intermittent-testcase, leave-open)

Attachments

(1 file)

Assignee: nobody → mkmelin+mozilla
Status: NEW → ASSIGNED
Assignee: mkmelin+mozilla → nobody
Status: ASSIGNED → NEW

Pushed by solange@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/e4e58381dc68
Disable perma failing comm/mailnews/imap/test/unit/test_imapHdrChunking.js on mac. r=thunderbird-reviewers,babolivier

}).skip(AppConstants.platform == "macosx");

This conditional skip notation doesn't work in XPCShell tests. This task is currently being skipped on all platforms. You have to use:

}).__skipMe = AppConstants.platform == "macosx";

(It does work in Mochitests, which is confusing.)

You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: