mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-02-12 19:05:21 +00:00
livesync: Ignore another racy test
Same problem as https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/issues/328 Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1508>
This commit is contained in:
parent
ede354d7a5
commit
77e91e96ff
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