Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--generic/threadshare/tests/pipeline.rs2
-rw-r--r--generic/threadshare/tests/udpsrc.rs1
2 files changed, 3 insertions, 0 deletions
diff --git a/generic/threadshare/tests/pipeline.rs b/generic/threadshare/tests/pipeline.rs
index 464703545..fa60755d1 100644
--- a/generic/threadshare/tests/pipeline.rs
+++ b/generic/threadshare/tests/pipeline.rs
@@ -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};
diff --git a/generic/threadshare/tests/udpsrc.rs b/generic/threadshare/tests/udpsrc.rs
index 03b15ee5c..91a18b0b9 100644
--- a/generic/threadshare/tests/udpsrc.rs
+++ b/generic/threadshare/tests/udpsrc.rs
@@ -32,6 +32,7 @@ fn init() {
}
#[test]
+#[cfg(not(windows))]
fn test_push() {
init();