Bug 863886 - Stop ignoring NoChrome tests (e.g. Tp4) in analyze_talos [r=catlee]

This commit is contained in:
Matt Brubeck 2013-04-22 12:54:58 -07:00
Родитель d1a8bcf8a4
Коммит 207008b79f
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -83,7 +83,6 @@ def getTestSeries(branches, start_date, test_names, last_run=None):
db.test_runs.date_run > start_date,
db.branches.name.in_(branches),
goodNameClause,
sa.or_(db.branches.name.startswith('mobile'), sa.not_(db.tests.pretty_name.like("%NoChrome%"))),
sa.not_(db.tests.pretty_name.like("%Fast Cycle%")),
test_clause,
))