Guillaume Desmottes 2024-03-12 16:19:45 +01:00
parent 9e6e8c618e
commit 2629719b4e

View file

@ -75,11 +75,15 @@ fn test_video_singlesegment() {
} }
#[test] #[test]
// FIXME: racy: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/issues/328
#[ignore]
fn test_audio_singlesegment() { fn test_audio_singlesegment() {
test_audio(true); test_audio(true);
} }
#[test] #[test]
// FIXME: racy: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/issues/357
#[ignore]
fn test_video_nonsinglesegment() { fn test_video_nonsinglesegment() {
test_video(false); test_video(false);
} }