Skip to content
This repository has been archived by the owner on Mar 29, 2019. It is now read-only.

Commit

Permalink
Bug 1457144 - AWFY - remove stylo tests, r=bbouvier
Browse files Browse the repository at this point in the history
  • Loading branch information
bclary committed Apr 26, 2018
1 parent 5f128c0 commit 80001a0
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions slave/configs.py
Expand Up @@ -161,14 +161,6 @@ def __init__(self, engine, shell):
else:
self.omit_ = True

class Stylo(Default):
def __init__(self, engine, shell):
super(Stylo, self).__init__(engine, shell)
if engine == "firefox" and not shell:
self.env_["STYLO_FORCE_ENABLED"] = '1'
else:
self.omit_ = True

class WebRender(Default):
def __init__(self, engine, shell):
super(WebRender, self).__init__(engine, shell)
Expand Down Expand Up @@ -204,8 +196,6 @@ def getConfig(name, info):
return E10S(info["engine_type"], info["shell"])
if name == "branchpruning":
return BranchPruning(info["engine_type"], info["shell"])
if name == "stylo":
return Stylo(info["engine_type"], info["shell"])
if name == "webrender":
return WebRender(info["engine_type"], info["shell"])
raise Exception("Unknown config")

0 comments on commit 80001a0

Please sign in to comment.