mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-25 13:01:07 +00:00
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:
parent
69ceaa3a5e
commit
821ec857e1
1 changed files with 0 additions and 2 deletions
|
@ -255,8 +255,6 @@ fn single_video() {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
// FIXME: this test hits deadlocks, see https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/issues/184
|
|
||||||
#[ignore]
|
|
||||||
fn multi_audio() {
|
fn multi_audio() {
|
||||||
let (events, current_iteration, current_uri_index) = test(
|
let (events, current_iteration, current_uri_index) = test(
|
||||||
vec![TestMedia::ogg(), TestMedia::ogg(), TestMedia::ogg()],
|
vec![TestMedia::ogg(), TestMedia::ogg(), TestMedia::ogg()],
|
||||||
|
|
Loading…
Reference in a new issue