From 821ec857e1d336e400f9f21e45f6091df9eb37e3 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Fri, 25 Mar 2022 14:39:45 +0100 Subject: [PATCH] Revert "uriplaylistbin: disable test deadlocking" This reverts commit d9f3e8e9e7249c3a0c8c251c7e371079f6846ff7. The test seems to work reliably so hopefully it's been fixed with the latest dead lock fixes. Fix #191 --- utils/uriplaylistbin/tests/uriplaylistbin.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/utils/uriplaylistbin/tests/uriplaylistbin.rs b/utils/uriplaylistbin/tests/uriplaylistbin.rs index 158612fd..ace265cf 100644 --- a/utils/uriplaylistbin/tests/uriplaylistbin.rs +++ b/utils/uriplaylistbin/tests/uriplaylistbin.rs @@ -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()],