mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-22 03:21:00 +00:00
Revert "Revert "uriplaylistbin: disable test deadlocking""
This reverts commit 821ec857e1
.
Looks like the test is still unreliable. :(
This commit is contained in:
parent
cde5fdf202
commit
00b3199727
1 changed files with 2 additions and 0 deletions
|
@ -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()],
|
||||
|
|
Loading…
Reference in a new issue