mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-22 11:30:59 +00:00
uriplaylistbin: skip missing_http test
It's not reliable.
This commit is contained in:
parent
00b3199727
commit
7daab76f17
1 changed files with 2 additions and 0 deletions
|
@ -313,6 +313,8 @@ fn missing_file() {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
// FIXME: test deadlocks: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/issues/194
|
||||||
|
#[ignore]
|
||||||
fn missing_http() {
|
fn missing_http() {
|
||||||
let (events, current_iteration, current_uri_index) = test(
|
let (events, current_iteration, current_uri_index) = test(
|
||||||
vec![TestMedia::ogg(), TestMedia::missing_http()],
|
vec![TestMedia::ogg(), TestMedia::missing_http()],
|
||||||
|
|
Loading…
Reference in a new issue