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 mozilla#141 from bobsilverberg/xpass
Browse files Browse the repository at this point in the history
Remove xfail due to bug fix
  • Loading branch information
stephendonner committed Dec 13, 2012
2 parents a98fd2f + e3f9edb commit 9b0a089
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/desktop/test_date_filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,6 @@ def test_feedback_custom_date_filter_with_mdy_format(self, mozwebqa):
Assert.equal(feedback_pg.date_filter.custom_start_date, start_date)
Assert.equal(feedback_pg.date_filter.custom_end_date, '')

@xfail(reason="Bug 816213 - No new data on dashboard since 2012-11-26")
#https://bugzilla.mozilla.org/show_bug.cgi?id=816213
@pytest.mark.nondestructive
def test_dashboard_should_have_recent_feedback(self, mozwebqa):
"""This testcase covers https://bugzilla.mozilla.org/show_bug.cgi?id=816213
Expand Down

0 comments on commit 9b0a089

Please sign in to comment.