Bug 1348754 - stylo reftests appear to be running as non-e10s but are reported as e10s. r=kmoir

MozReview-Commit-ID: GXLNJrzZIL3
This commit is contained in:
Joel Maher 2017-03-24 09:50:49 -04:00
parent 48d7c50fac
commit f5a7cdf691
2 changed files with 3 additions and 4 deletions

View File

@ -1054,14 +1054,14 @@ reftest-stylo:
stylo: true
autoland: true
mozilla-central: true
default: false
default: true
linux64-stylo/debug:
by-project:
mozilla-inbound: true
stylo: true
autoland: true
mozilla-central: true
default: false
mozilla-inbound: true
default: true
mozharness:
script: desktop_unittest.py
no-read-buildbot-config: true

View File

@ -228,7 +228,6 @@ config = {
"tests": ["tests/reftest/tests/layout/reftests/reftest.list"]},
"reftest-stylo": {
"options": ["--suite=reftest",
"--disable-e10s",
"--setpref=reftest.compareStyloToGecko=true"],
"tests": ["tests/reftest/tests/layout/reftests/reftest-stylo.list"],
},