We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 641fd55 commit 7de21a8Copy full SHA for 7de21a8
tests/taglib/test_aiff.rs
@@ -93,6 +93,7 @@ fn test_save_id3v2() {
93
}
94
95
#[test]
96
+#[ignore]
97
fn test_save_id3v23() {
98
todo!("Support writing ID3v2.3 tags")
99
tests/taglib/test_id3v2.rs
@@ -30,11 +30,13 @@ fn test_unsynch_decode() {
30
31
32
33
34
fn test_downgrade_utf8_for_id3v23_1() {
35
todo!("We don't support downgrading 2.4 tags to 2.3")
36
37
38
39
40
fn test_downgrade_utf8_for_id3v23_2() {
41
42
@@ -835,6 +837,7 @@ fn test_update_full_date22() {
835
837
836
838
839
840
841
fn test_downgrade_to_23() {
842
843
0 commit comments