Add stub for testing another corner case
This commit is contained in:
parent
86c8ec6644
commit
16c78465b4
@ -849,3 +849,6 @@ class BasePlaybackControllerTest(object):
|
||||
self.backend.current_playlist.load(playlist)
|
||||
self.playback.play()
|
||||
self.assertEqual(self.playback.state, self.playback.STOPPED)
|
||||
|
||||
def test_playing_track_that_isnt_in_playlist(self):
|
||||
raise SkipTest
|
||||
|
||||
Loading…
Reference in New Issue
Block a user