uriplaylistbin: skip missing_http test

It's not reliable.
This commit is contained in:
Guillaume Desmottes 2022-04-08 16:17:23 +02:00
parent 00416a991c
commit 449649ef75

View file

@ -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()],