File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -108,14 +108,17 @@ fn test_utf16_delimiter() {
108
108
}
109
109
110
110
#[ test]
111
+ #[ ignore]
111
112
fn test_broken_frame1 ( ) {
112
- let mut file = temp_file ! ( "tests/taglib/data/broken-tenc.id3" ) ;
113
- let f = MpegFile :: read_from ( & mut file, ParseOptions :: new ( ) . read_properties ( false ) ) . unwrap ( ) ;
114
-
115
- assert ! ( f
116
- . id3v2( )
117
- . unwrap( )
118
- . contains( & FrameId :: Valid ( Cow :: from( "TENC" ) ) ) ) ;
113
+ // TODO: Determine if it is worth supporting unsychronized frame sizes in ID3v2.4
114
+ // This is apparently an issue iTunes had at some point in the past.
115
+ // let mut file = temp_file!("tests/taglib/data/broken-tenc.id3");
116
+ // let f = MpegFile::read_from(&mut file, ParseOptions::new().read_properties(false)).unwrap();
117
+ //
118
+ // assert!(f
119
+ // .id3v2()
120
+ // .unwrap()
121
+ // .contains(&FrameId::Valid(Cow::from("TENC"))));
119
122
}
120
123
121
124
#[ test]
You can’t perform that action at this time.
0 commit comments