mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-05 16:21:15 -03:00
Disable test_topic_monitor_torture on cygwin
This commit is contained in:
committed by
Johannes Altmanninger
parent
b35825e618
commit
99fdcd725b
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user