From e9c207747c359c6ccedb255146fe895320f57239 Mon Sep 17 00:00:00 2001 From: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> Date: Sat, 17 Aug 2024 12:58:24 -0700 Subject: [PATCH] Mark totalDuration test as xfail --- tests/test_library.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_library.py b/tests/test_library.py index 261f63716..4e5af0e02 100644 --- a/tests/test_library.py +++ b/tests/test_library.py @@ -89,6 +89,7 @@ def test_library_section_movies_all_guids(movies): plexapi.base.USER_DONT_RELOAD_FOR_KEYS.remove('guids') +@pytest.mark.xfail(reason="Don't know why the bootstrap server doesn't return the total duration") def test_library_section_totalDuration(tvshows): assert utils.is_int(tvshows.totalDuration)