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

Commit 1d6c6e2

Browse files
committed
Merge pull request #143 from AlinT/unxfail_688113
Remove xfail due to worksforme bug
2 parents 4e50cad + 36eb92a commit 1d6c6e2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/desktop/test_date_filter.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,6 @@ def test_feedback_custom_date_filter_with_future_end_date(self, mozwebqa):
229229
Assert.equal(feedback_pg.date_filter.custom_start_date, start_date)
230230
Assert.equal(feedback_pg.date_filter.custom_end_date, end_date)
231231

232-
@xfail(reason="Bug 688113 - test_feedback_custom_date_filter_with_end_date_lower_than_start_date suffers from Search Unavailable Errors")
233232
@pytest.mark.nondestructive
234233
def test_feedback_custom_date_filter_with_end_date_lower_than_start_date(self, mozwebqa):
235234
"""This testcase covers # 13613, 13724 in Litmus.

0 commit comments

Comments
 (0)