From d08d9e71a6f9315505e79a5df6479f5262370583 Mon Sep 17 00:00:00 2001 From: apolunar Date: Sat, 1 Jun 2024 20:55:45 -0500 Subject: [PATCH] re-disable symphonia-isomp4 test due to (upstream?) failure --- tests/seek.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/seek.rs b/tests/seek.rs index 46df93d..4c49ad8 100644 --- a/tests/seek.rs +++ b/tests/seek.rs @@ -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) {}