Bug 1057512 - enable --run-by-dir for browser-chrome e10s. r=dminor

This commit is contained in:
Joel Maher 2014-11-19 12:36:34 -05:00
parent 8e338b54df
commit bcb0dcda8d
2 changed files with 2 additions and 2 deletions

View File

@ -130,6 +130,7 @@ skip-if = os == "linux"
skip-if = e10s # bug 1090635
[browser_981305_separator_insertion.js]
[browser_988072_sidebar_events.js]
skip-if = e10s # bug 1101482 - fails in --run-by-dir
[browser_989338_saved_placements_not_resaved.js]
[browser_989751_subviewbutton_class.js]
[browser_987177_destroyWidget_xul.js]

View File

@ -1712,8 +1712,7 @@ class Mochitest(MochitestUtilsMixin):
self.setTestRoot(options)
# Until we have all green, this only runs on bc* jobs (not dt* jobs)
# skipping on e10s jobs as we have a few extra failures
if options.browserChrome and not options.subsuite and not options.e10s:
if options.browserChrome and not options.subsuite:
options.runByDir = True
if not options.runByDir: