Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
Merge mozilla-central to autoland on a CLOSED TREE
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreeaPavel committed Dec 4, 2019
2 parents c1e6d47 + 3623ac0 commit ecb4d05
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions testing/talos/talos/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,20 +130,6 @@ class TsBase(Test):
# more recent copy).
]

def __init__(self, **kw):
super(TsBase, self).__init__(**kw)

# Unless set to False explicitly, all TsBase tests will have the blocklist
# enabled by default in order to more accurately test the startup paths.
BLOCKLIST_PREF = "extensions.blocklist.enabled"

if not hasattr(self, "preferences"):
self.preferences = {
BLOCKLIST_PREF: True,
}
elif BLOCKLIST_PREF not in self.preferences:
self.preferences[BLOCKLIST_PREF] = True


@register_test()
class ts_paint(TsBase):
Expand Down

0 comments on commit ecb4d05

Please sign in to comment.