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

MozReview-Commit-ID: 74yq4yzqXJ7
This commit is contained in:
Greg Mierzwinski
2017-05-22 07:37:30 -04:00
parent 1f2e9f002f
commit bcc9f04fa0

View File

@@ -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'] = []