Open Bug 1332263 Opened 7 years ago Updated 2 years ago

add_task with skip_if=true causes test to fail.

Categories

(Testing :: XPCShell Harness, defect, P3)

Version 3
defect

Tracking

(Not tracked)

People

(Reporter: valentin, Unassigned)

References

Details

STR:
1. pull from https://hg.mozilla.org/integration/mozilla-inbound/rev/ccf75f2fa112601fad892b26118381b0634ed381
2. ./mach build
3. Notice that ./mach test toolkit/components/places/tests/unifiedcomplete/test_avoid_middle_complete.js FAILS

The reason it fails seems to be that test_sort_date_site_grouping is disabled (via skip_if: () => true) - see bug 1275746 comment 36 for stack trace. If we comment out that test, it passes, and if we remove the skip_if, it fails normally.

The test doesn't seem to be skipped properly.
Priority: -- → P3
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.