Skip to content
This repository has been archived by the owner on May 28, 2022. It is now read-only.

Commit

Permalink
Mark RSS feed parser test as expected to fail
Browse files Browse the repository at this point in the history
This test will be run but no traceback will be reported when it fails.
Instead, terminal reporting will list it as "expected to fail".

Related to #555

http://pytest.org/latest/skipping.html#xfail
  • Loading branch information
dideler committed Jun 11, 2014
1 parent 05a5e63 commit 6c3aff8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def presentation_feed():
yield feed_data
httpretty.disable()


@pytest.mark.xfail(reason="Expected to fail until issue GH-555 is fixed")
def test_get_presentations(presentation_feed):
NUMBER_OF_PRESENTATIONS = 20
feedparser = FeedParser()
Expand Down

0 comments on commit 6c3aff8

Please sign in to comment.