Revert "uriplaylistbin: disable test deadlocking"

This reverts commit d9f3e8e9e7.

The test seems to work reliably so hopefully it's been fixed with the
latest dead lock fixes.

Fix #191
This commit is contained in:
Guillaume Desmottes 2022-03-25 14:39:45 +01:00
parent 69ceaa3a5e
commit 821ec857e1

View file

@ -255,8 +255,6 @@ 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()],