mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-22 11:30:59 +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]
|
||||
// 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);
|
||||
|
|
Loading…
Reference in a new issue