Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sdroege/gst-plugin-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@onestream.live>2022-02-28 18:48:13 +0300
committerGuillaume Desmottes <guillaume.desmottes@onestream.live>2022-03-02 13:08:30 +0300
commit8c738b7a2e51924515cf66cdd215d5dd96613f5d (patch)
tree1e480dce22400a3a8ad1c358c8a7103cbe2caecd /utils/uriplaylistbin
parent7d093ffcc6559be262235e5aa4f181b941381c0b (diff)
uriplaylistbin: disable test deadlocking
Diffstat (limited to 'utils/uriplaylistbin')
-rw-r--r--utils/uriplaylistbin/tests/uriplaylistbin.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/uriplaylistbin/tests/uriplaylistbin.rs b/utils/uriplaylistbin/tests/uriplaylistbin.rs
index ace265cf..158612fd 100644
--- a/utils/uriplaylistbin/tests/uriplaylistbin.rs
+++ b/utils/uriplaylistbin/tests/uriplaylistbin.rs
@@ -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()],