Make another test xfail

This commit is contained in:
Michael Shepanski 2017-05-01 23:34:43 -04:00
parent 46608d789d
commit ef8eb94bc5

View file

@ -346,7 +346,7 @@ def test_video_Show_thumbUrl(show):
assert '/thumb/' in show.thumbUrl
# Test seems to fail intermittently
# Analyze seems to fail intermittently
@pytest.mark.xfail
def test_video_Show_analyze(show):
show = show.analyze()
@ -388,6 +388,8 @@ def test_video_Episode(show):
show.episode(season=1337, episode=1337)
# Analyze seems to fail intermittently
@pytest.mark.xfail
def test_video_Episode_analyze(tvshows):
episode = tvshows.get('Game of Thrones').episode(season=1, episode=1)
episode.analyze()