From 93a69a3343ff63169a557aa4e97290e11bc22199 Mon Sep 17 00:00:00 2001 From: Alessandro Bortolin Date: Sat, 9 Nov 2024 11:25:13 +0100 Subject: [PATCH] disable chmod test on macOS macOS sandbox is not smart enough to block syscalls --- tests/sandbox.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/sandbox.rs b/tests/sandbox.rs index 015bf380c..f839b296f 100644 --- a/tests/sandbox.rs +++ b/tests/sandbox.rs @@ -22,6 +22,7 @@ fn test_remove_output_file() { eval_dag(dag); } +#[cfg(not(target_os = "macos"))] #[test] fn test_chmod_dir() { setup();