Skip to content

Commit 0aa2204

Browse files
committed
Temporarily mark PlayQueue test as xfail
Plex regression: removing an item from a PlayQueue does not decrement the `playQueueTotalCount` number.
1 parent eea0ec8 commit 0aa2204

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_playqueue.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
import pytest
55

66

7+
@pytest.mark.xfail(reason="Plex regression `playQueueTotalCount` value incorrect when item removed from PlayQueue")
78
def test_create_playqueue(plex, show):
89
# create the playlist
910
episodes = show.episodes()

0 commit comments

Comments
 (0)