Bug 1365293 - Enable e10s tests on linux64-ccov. r=jmaher

MozReview-Commit-ID: 74yq4yzqXJ7

--HG--
extra : rebase_source : eda6023d171944936152e9c60b495c17d86b16cb
This commit is contained in:
Greg Mierzwinski 2017-05-22 07:37:30 -04:00
Родитель 5131adc0e1
Коммит c5bcaac726
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -513,7 +513,6 @@ def enable_code_coverage(config, tests):
if test['build-platform'] == 'linux64-ccov/opt':
test['mozharness'].setdefault('extra-options', []).append('--code-coverage')
test['instance-size'] = 'xlarge'
test['e10s'] = False
test['run-on-projects'] = []
elif test['build-platform'] == 'linux64-jsdcov/opt':
test['run-on-projects'] = []