mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-22 03:21:00 +00:00
uriplaylistbin: disable racy test
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/issues/514 Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1494>
This commit is contained in:
parent
1dea8f60a8
commit
b29a739fb2
1 changed files with 2 additions and 0 deletions
|
@ -299,6 +299,8 @@ fn iterations() {
|
|||
}
|
||||
|
||||
#[test]
|
||||
// FIXME: racy: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/issues/514
|
||||
#[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