Skip to content

Commit 0edca72

Browse files
committed
mark test as broken and skip.
provided reason as failing on some builds.
1 parent 945f14f commit 0edca72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_video.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -688,6 +688,7 @@ def test_video_exists_accessible(movie, episode):
688688
assert episode.media[0].parts[0].accessible is True
689689

690690

691+
@pytest.mark.skip(reason='broken? assert len(plex.conversions()) == 1 may fail on some builds')
691692
def test_video_optimize(movie, plex):
692693
plex.optimizedItems(removeAll=True)
693694
movie.optimize(targetTagID=1)

0 commit comments

Comments
 (0)