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-08 17:17:23 +0300
committerGuillaume Desmottes <guillaume.desmottes@onestream.live>2022-04-08 17:18:03 +0300
commit7daab76f172a7317faa9f2062f673eb65e1e02a9 (patch)
tree97703cb582345f8664868faab4846ffcd6555727 /utils/uriplaylistbin
parent00b31997271aa9aba05071db0a0a5771427ebca4 (diff)
uriplaylistbin: skip missing_http test
It's not reliable.
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 158612fd7..1ae5257fb 100644
--- a/utils/uriplaylistbin/tests/uriplaylistbin.rs
+++ b/utils/uriplaylistbin/tests/uriplaylistbin.rs
@@ -313,6 +313,8 @@ fn missing_file() {
}
#[test]
+// FIXME: test deadlocks: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/issues/194
+#[ignore]
fn missing_http() {
let (events, current_iteration, current_uri_index) = test(
vec![TestMedia::ogg(), TestMedia::missing_http()],