diff --git a/src/tests/topic_monitor.rs b/src/tests/topic_monitor.rs index 4e49544a6..fc30819f4 100644 --- a/src/tests/topic_monitor.rs +++ b/src/tests/topic_monitor.rs @@ -36,6 +36,9 @@ fn test_topic_monitor() { } #[test] +// FIXME: Does not compile on NetBSD +// "`*mut sem` cannot be sent between threads safely" +#[cfg(not(target_os = "netbsd"))] #[serial] fn test_topic_monitor_torture() { let _cleanup = test_init(); diff --git a/tests/checks/tmux-commandline.fish b/tests/checks/tmux-commandline.fish index 910de3fd2..74c7e0211 100644 --- a/tests/checks/tmux-commandline.fish +++ b/tests/checks/tmux-commandline.fish @@ -1,5 +1,7 @@ #RUN: %fish %s #REQUIRES: command -v tmux +# Somehow $LINES is borked on NetBSD? +#REQUIRES: test $(uname) != NetBSD isolated-tmux-start