mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-22 03:21:00 +00:00
livesync: disable racy tests
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/issues/328 https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/issues/357 Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1494>
This commit is contained in:
parent
9e6e8c618e
commit
2629719b4e
1 changed files with 4 additions and 0 deletions
|
@ -75,11 +75,15 @@ fn test_video_singlesegment() {
|
|||
}
|
||||
|
||||
#[test]
|
||||
// FIXME: racy: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/issues/328
|
||||
#[ignore]
|
||||
fn test_audio_singlesegment() {
|
||||
test_audio(true);
|
||||
}
|
||||
|
||||
#[test]
|
||||
// FIXME: racy: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/issues/357
|
||||
#[ignore]
|
||||
fn test_video_nonsinglesegment() {
|
||||
test_video(false);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue