Skip to content

Commit

Permalink
Tests: Ignore TagLib ID3v2.3 conversion tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Serial-ATA committed Oct 26, 2023
1 parent 641fd55 commit 7de21a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/taglib/test_aiff.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ fn test_save_id3v2() {
}

#[test]
#[ignore]
fn test_save_id3v23() {
todo!("Support writing ID3v2.3 tags")
}
Expand Down
3 changes: 3 additions & 0 deletions tests/taglib/test_id3v2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,13 @@ fn test_unsynch_decode() {
}

#[test]
#[ignore]
fn test_downgrade_utf8_for_id3v23_1() {
todo!("We don't support downgrading 2.4 tags to 2.3")
}

#[test]
#[ignore]
fn test_downgrade_utf8_for_id3v23_2() {
todo!("We don't support downgrading 2.4 tags to 2.3")
}
Expand Down Expand Up @@ -835,6 +837,7 @@ fn test_update_full_date22() {
}

#[test]
#[ignore]
fn test_downgrade_to_23() {
todo!("We don't support downgrading 2.4 tags to 2.3")
}
Expand Down

0 comments on commit 7de21a8

Please sign in to comment.