Backed out changeset 7b0ae11d2441 (bug 1057512) for introducing various new intermittent failures and making an existing one perma-fail.

This commit is contained in:
Ryan VanderMeulen 2014-09-09 15:02:27 -04:00
parent 8c5ca6de72
commit 2363a05381

View File

@ -1634,10 +1634,6 @@ class Mochitest(MochitestUtilsMixin):
self.setTestRoot(options)
# Until we have all green, this only runs on bc* jobs (not dt* jobs)
if options.browserChrome and not options.subsuite:
options.runByDir = True
if not options.runByDir:
return self.runMochitests(options, onLaunch)