Skip to content

Commit

Permalink
Merge pull request #2169 from glensc/tests-enable
Browse files Browse the repository at this point in the history
Revert "Disable more broken tests in CI"
  • Loading branch information
glensc authored Jan 31, 2025
2 parents ee093e5 + d1b2437 commit acc3887
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test_tv_lookup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ def test_show_episodes_plex():
assert episode.imdb == "tt12057922", f"Unexpected! {episode}"


@pytest.mark.skip(reason="Broken in CI")
def test_show_episodes():
show = TVShow("Game of Thrones")

Expand All @@ -45,7 +44,6 @@ def test_show_episodes():
assert episodes[0].title == "Winter Is Coming"


@pytest.mark.skip(reason="Broken in CI")
def test_show_episodes_attack_on_titan():
show = TVShow("Attack on Titan")

Expand All @@ -72,7 +70,6 @@ def test_show_episodes_attack_on_titan():
assert te.imdb == "tt2825724"


@pytest.mark.skip(reason="Broken in CI")
def test_show_episodes_attack_on_titan_new_agent():
show = TVShow("Attack on Titan")

Expand Down

0 comments on commit acc3887

Please sign in to comment.