@@ -44,6 +44,7 @@ def test_video_Movie_mixins_edit_advanced_settings(movie):
4444 test_mixins .edit_advanced_settings (movie )
4545
4646
47+ @pytest .mark .xfail (reason = "Changing images fails randomly" )
4748def test_video_Movie_mixins_images (movie ):
4849 test_mixins .lock_art (movie )
4950 test_mixins .lock_poster (movie )
@@ -788,7 +789,7 @@ def test_video_Show_mixins_edit_advanced_settings(show):
788789 test_mixins .edit_advanced_settings (show )
789790
790791
791- @pytest .mark .xfail (reason = "Changing show art fails randomly" )
792+ @pytest .mark .xfail (reason = "Changing images fails randomly" )
792793def test_video_Show_mixins_images (show ):
793794 test_mixins .lock_art (show )
794795 test_mixins .lock_poster (show )
@@ -918,6 +919,7 @@ def test_video_Season_episodes(show):
918919 assert len (episodes ) >= 1
919920
920921
922+ @pytest .mark .xfail (reason = "Changing images fails randomly" )
921923def test_video_Season_mixins_images (show ):
922924 season = show .season (season = 1 )
923925 test_mixins .lock_art (season )
@@ -1129,6 +1131,7 @@ def test_video_Episode_unwatched(tvshows):
11291131 episode .markUnwatched ()
11301132
11311133
1134+ @pytest .mark .xfail (reason = "Changing images fails randomly" )
11321135def test_video_Episode_mixins_images (episode ):
11331136 test_mixins .lock_art (episode )
11341137 test_mixins .lock_poster (episode )
0 commit comments