mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-25 21:11:00 +00:00
uriplaylistbin: disable more tests
See https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/issues/194
This commit is contained in:
parent
a4fd144647
commit
5004479c6f
1 changed files with 4 additions and 0 deletions
|
@ -279,6 +279,8 @@ fn multi_audio_video() {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
// FIXME: test deadlocks: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/issues/194
|
||||||
|
#[ignore]
|
||||||
fn iterations() {
|
fn iterations() {
|
||||||
let (events, current_iteration, current_uri_index) =
|
let (events, current_iteration, current_uri_index) =
|
||||||
test(vec![TestMedia::mkv(), TestMedia::mkv()], 2, 2, true);
|
test(vec![TestMedia::mkv(), TestMedia::mkv()], 2, 2, true);
|
||||||
|
@ -288,6 +290,8 @@ fn iterations() {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
// FIXME: test deadlocks: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/issues/194
|
||||||
|
#[ignore]
|
||||||
fn nb_streams_increasing() {
|
fn nb_streams_increasing() {
|
||||||
let (events, current_iteration, current_uri_index) =
|
let (events, current_iteration, current_uri_index) =
|
||||||
test(vec![TestMedia::ogg(), TestMedia::mkv()], 2, 1, false);
|
test(vec![TestMedia::ogg(), TestMedia::mkv()], 2, 1, false);
|
||||||
|
|
Loading…
Reference in a new issue