Bug 1465107: Remove stylo mentions from the mochitest runner. r?xidorn draft
authorEmilio Cobos Álvarez <emilio@crisal.io>
Tue, 29 May 2018 17:24:14 +0200
changeset 801020 a3908ecbae824fe452a0732fc39369e50b18450d
parent 801019 9e2ea89916cd40bc1c9add7223d1427d7114dfc3
child 801021 bf0e7ce47144fb58c631947091bda59a8016a24b
push id111541
push userbmo:emilio@crisal.io
push dateTue, 29 May 2018 15:58:21 +0000
reviewersxidorn
bugs1465107
milestone62.0a1
Bug 1465107: Remove stylo mentions from the mochitest runner. r?xidorn MozReview-Commit-ID: B430ssKhJbz
testing/mochitest/runtests.py
--- a/testing/mochitest/runtests.py
+++ b/testing/mochitest/runtests.py
@@ -1425,18 +1425,16 @@ toolbar#nav-bar {
         if self._active_tests:
             return self._active_tests
 
         tests = []
         manifest = self.getTestManifest(options)
         if manifest:
             if options.extra_mozinfo_json:
                 mozinfo.update(options.extra_mozinfo_json)
-            if 'STYLO_FORCE_ENABLED' in os.environ:
-                mozinfo.update({'stylo': True})
 
             info = mozinfo.info
 
             # Bug 1089034 - imptest failure expectations are encoded as
             # test manifests, even though they aren't tests. This gross
             # hack causes several problems in automation including
             # throwing off the chunking numbers. Remove them manually
             # until bug 1089034 is fixed.