mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-22 03:21:00 +00:00
livesync: Ignore another racy test
Same problem as https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/issues/328
This commit is contained in:
parent
5476e3d759
commit
6556d31ab8
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue