mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-15 23:01:02 +00:00
uriplaylistbin: skip missing_http test
It's not reliable.
This commit is contained in:
parent
00416a991c
commit
449649ef75
1 changed files with 2 additions and 0 deletions
|
@ -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()],
|
||||
|
|
Loading…
Reference in a new issue