uriplaylistbin: disable racy test

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1537>
This commit is contained in:
Guillaume Desmottes 2024-04-12 12:15:00 +02:00 committed by GStreamer Marge Bot
parent 2341ee6935
commit 596a9177ce

View file

@ -383,6 +383,8 @@ fn increase_iterations() {
#[test]
/// decrease playlist iterations while it's playing
// FIXME: racy: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/issues/514
#[ignore]
fn decrease_iterations() {
let (events, current_iteration, current_uri_index) = test(
vec![TestMedia::mkv()],