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

Commit

Permalink
Merge pull request #250 from chirarobert/xfail_top_crashes_thunderbird
Browse files Browse the repository at this point in the history
Xfail test_that_top_crashers_reports_links_work and test_the_product_rel...
  • Loading branch information
bebef1987 committed Feb 27, 2014
2 parents 43ea8ca + 5a627c8 commit d9b458b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/test_crash_reports.py
Expand Up @@ -130,6 +130,10 @@ def test_that_top_crashers_reports_links_work(self, mozwebqa, product):
"""
https://www.pivotaltracker.com/story/show/17086667
"""

if product == 'Thunderbird':
pytest.xfail(reason='Bug 977406 - featured versions that have aged out still display on the homepage')

csp = CrashStatsHomePage(mozwebqa)
csp.header.select_product(product)
# Because the frontpage is now largely Ajax driven,
Expand All @@ -150,6 +154,10 @@ def test_the_product_releases_return_results(self, mozwebqa, product):
"""
https://www.pivotaltracker.com/story/show/20145655
"""

if product == 'Thunderbird':
pytest.xfail(reason='Bug 977406 - featured versions that have aged out still display on the homepage')

csp = CrashStatsHomePage(mozwebqa)
csp.header.select_product(product)
top_crashers = csp.release_channels
Expand Down

0 comments on commit d9b458b

Please sign in to comment.