Disable test_topic_monitor_torture on cygwin

This commit is contained in:
王宇逸
2025-03-08 01:18:09 +08:00
committed by Johannes Altmanninger
parent b35825e618
commit 99fdcd725b

View File

@@ -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();