mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-22 11:30:59 +00:00
uriplaylistbin: disable racy test
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1537>
This commit is contained in:
parent
2341ee6935
commit
596a9177ce
1 changed files with 2 additions and 0 deletions
|
@ -383,6 +383,8 @@ fn increase_iterations() {
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
/// decrease playlist iterations while it's playing
|
/// decrease playlist iterations while it's playing
|
||||||
|
// FIXME: racy: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/issues/514
|
||||||
|
#[ignore]
|
||||||
fn decrease_iterations() {
|
fn decrease_iterations() {
|
||||||
let (events, current_iteration, current_uri_index) = test(
|
let (events, current_iteration, current_uri_index) = test(
|
||||||
vec![TestMedia::mkv()],
|
vec![TestMedia::mkv()],
|
||||||
|
|
Loading…
Reference in a new issue