Skip to content

Commit

Permalink
Revert "Disable more broken tests in CI"
Browse files Browse the repository at this point in the history
This reverts commit 06b7432.
  • Loading branch information
glensc committed Jan 29, 2025
1 parent ee093e5 commit d1b2437
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 d1b2437

Please sign in to comment.