livesync: Ignore another racy test

Same problem as https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/issues/328
This commit is contained in:
Sebastian Dröge 2024-03-21 09:27:09 +02:00
parent 5476e3d759
commit 6556d31ab8

View file

@ -89,6 +89,8 @@ fn test_video_nonsinglesegment() {
}
#[test]
// FIXME: racy: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/issues/328
#[ignore]
fn test_audio_nonsinglesegment() {
test_audio(false);
}