Skip to content

Commit

Permalink
remove xfail for resolved seamonkey bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Brandt committed Aug 8, 2016
1 parent f44fe07 commit fd0ddda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_crash_reports.py
Expand Up @@ -19,7 +19,7 @@ class TestCrashReports:
@pytest.mark.parametrize(('product'), [
'Firefox',
pytest.mark.xfail(reason='bug 1293296')('Thunderbird'),
pytest.mark.xfail(reason='bug 1273175')('SeaMonkey'),
'SeaMonkey',
'FennecAndroid'])
def test_that_reports_form_has_same_product(self, base_url, selenium, product):
csp = CrashStatsHomePage(selenium, base_url).open()
Expand All @@ -34,7 +34,7 @@ def test_that_reports_form_has_same_product(self, base_url, selenium, product):
@pytest.mark.parametrize(('product'), [
'Firefox',
pytest.mark.xfail(reason='bug 1293296')('Thunderbird'),
pytest.mark.xfail(reason='bug 1273182')('SeaMonkey'),
'SeaMonkey',
'FennecAndroid'])
def test_that_current_version_selected_in_top_crashers_header(self, base_url, selenium, product):
csp = CrashStatsHomePage(selenium, base_url).open()
Expand Down

0 comments on commit fd0ddda

Please sign in to comment.