mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-22 03:21:00 +00:00
togglerecord: disable racy test_two_stream_close_open_nonlivein_liveout test
See https://gitlab.freedesktop.org/gdesmott/gst-plugins-rs/-/jobs/56183085 Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1494>
This commit is contained in:
parent
995f64513d
commit
9e6e8c618e
1 changed files with 2 additions and 0 deletions
|
@ -979,6 +979,8 @@ fn test_two_stream_close_open_nonlivein_nonliveout() {
|
|||
}
|
||||
|
||||
#[test]
|
||||
// FIXME: racy: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/issues/513
|
||||
#[ignore]
|
||||
fn test_two_stream_close_open_nonlivein_liveout() {
|
||||
init();
|
||||
|
||||
|
|
Loading…
Reference in a new issue