File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -93,6 +93,7 @@ fn test_save_id3v2() {
93
93
}
94
94
95
95
#[ test]
96
+ #[ ignore]
96
97
fn test_save_id3v23 ( ) {
97
98
todo ! ( "Support writing ID3v2.3 tags" )
98
99
}
Original file line number Diff line number Diff line change @@ -30,11 +30,13 @@ fn test_unsynch_decode() {
30
30
}
31
31
32
32
#[ test]
33
+ #[ ignore]
33
34
fn test_downgrade_utf8_for_id3v23_1 ( ) {
34
35
todo ! ( "We don't support downgrading 2.4 tags to 2.3" )
35
36
}
36
37
37
38
#[ test]
39
+ #[ ignore]
38
40
fn test_downgrade_utf8_for_id3v23_2 ( ) {
39
41
todo ! ( "We don't support downgrading 2.4 tags to 2.3" )
40
42
}
@@ -835,6 +837,7 @@ fn test_update_full_date22() {
835
837
}
836
838
837
839
#[ test]
840
+ #[ ignore]
838
841
fn test_downgrade_to_23 ( ) {
839
842
todo ! ( "We don't support downgrading 2.4 tags to 2.3" )
840
843
}
You can’t perform that action at this time.
0 commit comments