Skip to content

Commit 7de21a8

Browse files
committed
Tests: Ignore TagLib ID3v2.3 conversion tests for now
1 parent 641fd55 commit 7de21a8

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

tests/taglib/test_aiff.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ fn test_save_id3v2() {
9393
}
9494

9595
#[test]
96+
#[ignore]
9697
fn test_save_id3v23() {
9798
todo!("Support writing ID3v2.3 tags")
9899
}

tests/taglib/test_id3v2.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,13 @@ fn test_unsynch_decode() {
3030
}
3131

3232
#[test]
33+
#[ignore]
3334
fn test_downgrade_utf8_for_id3v23_1() {
3435
todo!("We don't support downgrading 2.4 tags to 2.3")
3536
}
3637

3738
#[test]
39+
#[ignore]
3840
fn test_downgrade_utf8_for_id3v23_2() {
3941
todo!("We don't support downgrading 2.4 tags to 2.3")
4042
}
@@ -835,6 +837,7 @@ fn test_update_full_date22() {
835837
}
836838

837839
#[test]
840+
#[ignore]
838841
fn test_downgrade_to_23() {
839842
todo!("We don't support downgrading 2.4 tags to 2.3")
840843
}

0 commit comments

Comments
 (0)