mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-25 13:01:07 +00:00
threadshare: disable tests that can't work on windows
These depend on socket properties that are not available on windows
This commit is contained in:
parent
602c2588dc
commit
005fbafb30
2 changed files with 3 additions and 0 deletions
|
@ -43,6 +43,7 @@ fn init() {
|
|||
}
|
||||
|
||||
#[test]
|
||||
#[cfg(not(windows))]
|
||||
fn multiple_contexts_queue() {
|
||||
use std::net;
|
||||
use std::net::{IpAddr, Ipv4Addr, SocketAddr};
|
||||
|
@ -170,6 +171,7 @@ fn multiple_contexts_queue() {
|
|||
}
|
||||
|
||||
#[test]
|
||||
#[cfg(not(windows))]
|
||||
fn multiple_contexts_proxy() {
|
||||
use std::net;
|
||||
use std::net::{IpAddr, Ipv4Addr, SocketAddr};
|
||||
|
|
|
@ -32,6 +32,7 @@ fn init() {
|
|||
}
|
||||
|
||||
#[test]
|
||||
#[cfg(not(windows))]
|
||||
fn test_push() {
|
||||
init();
|
||||
|
||||
|
|
Loading…
Reference in a new issue