uriplaylistbin: disable more tests

See https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/issues/194
This commit is contained in:
Guillaume Desmottes 2022-04-13 09:43:05 +02:00 committed by Sebastian Dröge
parent a4fd144647
commit 5004479c6f

View file

@ -279,6 +279,8 @@ fn multi_audio_video() {
}
#[test]
// FIXME: test deadlocks: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/issues/194
#[ignore]
fn iterations() {
let (events, current_iteration, current_uri_index) =
test(vec![TestMedia::mkv(), TestMedia::mkv()], 2, 2, true);
@ -288,6 +290,8 @@ fn iterations() {
}
#[test]
// FIXME: test deadlocks: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/issues/194
#[ignore]
fn nb_streams_increasing() {
let (events, current_iteration, current_uri_index) =
test(vec![TestMedia::ogg(), TestMedia::mkv()], 2, 1, false);