mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-22 11:30:59 +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/1494>
This commit is contained in:
parent
2629719b4e
commit
1dea8f60a8
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