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

gitlab.freedesktop.org/gstreamer/gst-plugins-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-04-13 10:43:05 +0300
committerSebastian Dröge <slomo@coaxion.net>2022-04-13 10:55:27 +0300
commit5004479c6fdbf409566236ea23cfd76a788b1bfb (patch)
treebb37e25a5c512f4c86029affc82b072102150de3 /utils/uriplaylistbin
parenta4fd144647f6dda6549e8fbf6fa0d8d2985da69b (diff)
uriplaylistbin: disable more tests
See https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/issues/194
Diffstat (limited to 'utils/uriplaylistbin')
-rw-r--r--utils/uriplaylistbin/tests/uriplaylistbin.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/uriplaylistbin/tests/uriplaylistbin.rs b/utils/uriplaylistbin/tests/uriplaylistbin.rs
index 1ae5257fb..deae33fdc 100644
--- a/utils/uriplaylistbin/tests/uriplaylistbin.rs
+++ b/utils/uriplaylistbin/tests/uriplaylistbin.rs
@@ -279,6 +279,8 @@ fn multi_audio_video() {
}
#[test]
+// FIXME: test deadlocks: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/issues/194
+#[ignore]
fn iterations() {
let (events, current_iteration, current_uri_index) =
test(vec![TestMedia::mkv(), TestMedia::mkv()], 2, 2, true);
@@ -288,6 +290,8 @@ fn iterations() {
}
#[test]
+// FIXME: test deadlocks: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/issues/194
+#[ignore]
fn nb_streams_increasing() {
let (events, current_iteration, current_uri_index) =
test(vec![TestMedia::ogg(), TestMedia::mkv()], 2, 1, false);