Bug 1325275 - Re-enable leak testing on OSX in the prompts directory. r=ahal

MozReview-Commit-ID: FWoPApp6BRw

--HG--
extra : rebase_source : 0ddfa9021ffb1696b6ded884c2eb55e1aa101d1e
This commit is contained in:
Andrew McCreight 2017-01-09 10:27:28 -08:00
Родитель 15b7f07b21
Коммит aa6fbc417f
1 изменённых файлов: 1 добавлений и 4 удалений

Просмотреть файл

@ -2243,10 +2243,7 @@ toolbar#nav-bar {
# known regressions exist. At least this way we can prevent further damage while
# they get fixed.
info = mozinfo.info
skip_leak_conditions = [
(info['debug'] and options.flavor == 'plain' and d == 'toolkit/components/prompts/test' and info['os'] == 'mac', 'bug 1325275'), # noqa
]
skip_leak_conditions = []
for condition, reason in skip_leak_conditions:
if condition: