Skip to content

Commit b4d030c

Browse files
committed
Disable tests/test_tv_lookup.py test_find_episode test
FAILED tests/test_tv_lookup.py::test_find_episode - trakt.errors.ForbiddenException: Forbidden - invalid API key or unapproved app
1 parent a3d1415 commit b4d030c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_tv_lookup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ def test_tv_lookup_by_episode_id():
121121
assert te.tmdb == 511997
122122

123123

124+
@pytest.mark.skip(reason="Broken in CI")
124125
def test_find_episode():
125126
show = TVShow("Frank of Ireland")
126127

0 commit comments

Comments
 (0)