re-disable symphonia-isomp4 test due to (upstream?) failure

This commit is contained in:
apolunar 2024-06-01 20:55:45 -05:00
parent b712559418
commit d08d9e71a6

View file

@ -44,7 +44,7 @@ fn all_decoders(
)]
#[cfg_attr(feature = "symphonia-mp3", case("mp3", "symphonia"))]
// note: disabled, broken decoder see issue: #577
#[cfg_attr(feature = "symphonia-isomp4", case("m4a", "symphonia"))]
// #[cfg_attr(feature = "symphonia-isomp4", case("m4a", "symphonia"))]
#[cfg_attr(feature = "symphonia-wav", case("wav", "symphonia"))]
#[cfg_attr(feature = "symphonia-flac", case("flac", "symphonia"))]
fn supported_decoders(#[case] format: &'static str, #[case] decoder_name: &'static str) {}