mirror of
https://github.com/beetbox/beets.git
synced 2025-12-26 18:43:38 +01:00
BPD tests: change expectedFailure -> skip for nose
This commit is contained in:
parent
2e35c27dce
commit
999cf14401
1 changed files with 2 additions and 2 deletions
|
|
@ -469,7 +469,7 @@ class BPDTest(unittest.TestCase, TestHelper):
|
|||
response = client.send_command('ping')
|
||||
self._assert_ok(response)
|
||||
|
||||
@unittest.expectedFailure
|
||||
@unittest.skip
|
||||
def test_cmd_tagtypes(self):
|
||||
with self.run_bpd() as client:
|
||||
response = client.send_command('tagtypes')
|
||||
|
|
@ -483,7 +483,7 @@ class BPDTest(unittest.TestCase, TestHelper):
|
|||
'MUSICBRAINZ_RELEASETRACKID', 'MUSICBRAINZ_WORKID',
|
||||
}, set(response.data['tag']))
|
||||
|
||||
@unittest.expectedFailure
|
||||
@unittest.skip
|
||||
def test_tagtypes_mask(self):
|
||||
with self.run_bpd() as client:
|
||||
response = client.send_command('tagtypes', 'clear')
|
||||
|
|
|
|||
Loading…
Reference in a new issue