mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-15 23:01:02 +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]
|
#[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