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

Remove xfail due to bug fix #141

Merged
merged 1 commit into from Dec 13, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 0 additions & 2 deletions tests/desktop/test_date_filter.py
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