Revert "Revert "uriplaylistbin: disable test deadlocking""

This reverts commit 821ec857e1.

Looks like the test is still unreliable. :(
This commit is contained in:
Guillaume Desmottes 2022-04-08 16:16:05 +02:00
parent cde5fdf202
commit 00b3199727

View file

@ -255,6 +255,8 @@ fn single_video() {
}
#[test]
// FIXME: this test hits deadlocks, see https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/issues/184
#[ignore]
fn multi_audio() {
let (events, current_iteration, current_uri_index) = test(
vec![TestMedia::ogg(), TestMedia::ogg(), TestMedia::ogg()],