mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-01-25 02:18:12 +00:00
threadshare: disable racy tests
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/issues/250 Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1508>
This commit is contained in:
parent
40402f8e58
commit
6b7e41e551
2 changed files with 4 additions and 0 deletions
|
@ -609,6 +609,8 @@ fn premature_shutdown() {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
// FIXME: racy: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/issues/250
|
||||||
|
#[ignore]
|
||||||
fn socket_play_null_play() {
|
fn socket_play_null_play() {
|
||||||
use gio::{
|
use gio::{
|
||||||
prelude::SocketExt, InetAddress, InetSocketAddress, SocketFamily, SocketProtocol,
|
prelude::SocketExt, InetAddress, InetSocketAddress, SocketFamily, SocketProtocol,
|
||||||
|
|
|
@ -76,6 +76,8 @@ fn test_client_management() {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
// FIXME: racy: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/issues/250
|
||||||
|
#[ignore]
|
||||||
fn test_chain() {
|
fn test_chain() {
|
||||||
init();
|
init();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue