remove commented out dead code in tests/seek.rs

Co-authored-by: naglis <827324+naglis@users.noreply.github.com>
This commit is contained in:
David Kleingeld 2023-10-13 15:25:55 +02:00 committed by dvdsk
parent c2c85e2332
commit 7357f191b8
No known key found for this signature in database
GPG key ID: 6CF9D20C5709A836

View file

@ -56,7 +56,6 @@ fn seek_returns_err_if_unsupported() {
}
}
// #[ignore]
#[test] // in the future use PR #510 (playback position) to speed this up
fn seek_beyond_end_saturates() {
for (format, _, decoder_name) in format_decoder_info()