Bug 1057512 - hotfix - disable m-e10s(dt) run-by-dir as it fails. r=dminor

This commit is contained in:
Joel Maher 2014-11-20 09:35:43 -05:00
parent d10dd25588
commit 4fd81c101e

View File

@ -1713,7 +1713,8 @@ class Mochitest(MochitestUtilsMixin):
# This runs on bc* and dt* jobs only
# We need to fix tests on plain|chrome|webapprt|a11y before making this default
if options.browserChrome:
# We need to ignore dt* jobs on e10s runs
if options.browserChrome and not (options.subsuite and options.e10s):
options.runByDir = True
if not options.runByDir: