diff --git a/utils/livesync/tests/livesync.rs b/utils/livesync/tests/livesync.rs index e90d7810..1f0e2f1f 100644 --- a/utils/livesync/tests/livesync.rs +++ b/utils/livesync/tests/livesync.rs @@ -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); }