mirror of
https://github.com/beetbox/beets.git
synced 2026-01-09 01:15:38 +01:00
Fix unittest.skip decorator use
This fixes the py26 build.
This commit is contained in:
parent
bf553eae34
commit
4ecaa4239f
1 changed files with 1 additions and 1 deletions
|
|
@ -323,7 +323,7 @@ class ID3v23Test(unittest.TestCase, TestHelper):
|
|||
finally:
|
||||
self._delete_test()
|
||||
|
||||
@unittest.skip
|
||||
@unittest.skip("a bug, see #899")
|
||||
def test_v23_image_encoding(self):
|
||||
"""For compatibility with OS X/iTunes (and strict adherence to
|
||||
the standard), ID3v2.3 tags need to use an inferior text
|
||||
|
|
|
|||
Loading…
Reference in a new issue