From 99fdcd725b4531c4364b5fff39704efd9247e62a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=AE=87=E9=80=B8?= Date: Sat, 8 Mar 2025 01:18:09 +0800 Subject: [PATCH] Disable test_topic_monitor_torture on cygwin --- src/tests/topic_monitor.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tests/topic_monitor.rs b/src/tests/topic_monitor.rs index fc30819f4..32b9936ad 100644 --- a/src/tests/topic_monitor.rs +++ b/src/tests/topic_monitor.rs @@ -36,9 +36,9 @@ fn test_topic_monitor() { } #[test] -// FIXME: Does not compile on NetBSD +// FIXME: Does not compile on NetBSD & Cygwin // "`*mut sem` cannot be sent between threads safely" -#[cfg(not(target_os = "netbsd"))] +#[cfg(not(any(target_os = "netbsd", target_os = "cygwin")))] #[serial] fn test_topic_monitor_torture() { let _cleanup = test_init();