mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-01-08 18:25:30 +00:00
uriplaylistbin: disable test deadlocking
This commit is contained in:
parent
7d093ffcc6
commit
8c738b7a2e
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