mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-12-23 02:26:35 +00:00
uriplaylistbin: disable more tests
Those are not reliable either.
This commit is contained in:
parent
f327053811
commit
0dd0acd738
1 changed files with 6 additions and 0 deletions
|
@ -239,6 +239,8 @@ fn assert_stream_selected(msg: gst::Message, n_streams: usize) -> gst::Object {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
// FIXME: test deadlocks: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/issues/194
|
||||||
|
#[ignore]
|
||||||
fn single_audio() {
|
fn single_audio() {
|
||||||
let (events, current_iteration, current_uri_index) = test(vec![TestMedia::ogg()], 1, 1, true);
|
let (events, current_iteration, current_uri_index) = test(vec![TestMedia::ogg()], 1, 1, true);
|
||||||
assert_eos(events.into_iter().last().unwrap());
|
assert_eos(events.into_iter().last().unwrap());
|
||||||
|
@ -247,6 +249,8 @@ fn single_audio() {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
// FIXME: test deadlocks: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/issues/194
|
||||||
|
#[ignore]
|
||||||
fn single_video() {
|
fn single_video() {
|
||||||
let (events, current_iteration, current_uri_index) = test(vec![TestMedia::mkv()], 2, 1, true);
|
let (events, current_iteration, current_uri_index) = test(vec![TestMedia::mkv()], 2, 1, true);
|
||||||
assert_eos(events.into_iter().last().unwrap());
|
assert_eos(events.into_iter().last().unwrap());
|
||||||
|
@ -270,6 +274,8 @@ fn multi_audio() {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
// FIXME: test deadlocks: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/issues/194
|
||||||
|
#[ignore]
|
||||||
fn multi_audio_video() {
|
fn multi_audio_video() {
|
||||||
let (events, current_iteration, current_uri_index) =
|
let (events, current_iteration, current_uri_index) =
|
||||||
test(vec![TestMedia::mkv(), TestMedia::mkv()], 2, 1, true);
|
test(vec![TestMedia::mkv(), TestMedia::mkv()], 2, 1, true);
|
||||||
|
|
Loading…
Reference in a new issue