nushell: skip failing test on darwin

This commit is contained in:
Gaetan Lepage
2026-02-02 14:47:49 +00:00
parent 9c5bd81d0d
commit d56f3107ea
+3
View File
@@ -74,6 +74,9 @@ rustPlatform.buildRustPackage (finalAttrs: {
"plugins::stress_internals::test_exit_early_local_socket"
"plugins::stress_internals::test_failing_local_socket_fallback"
"plugins::stress_internals::test_local_socket"
# Error: × I/O error: Operation not permitted (os error 1)
"shell::environment::env::path_is_a_list_in_repl"
];
skippedTestsStr = lib.concatStringsSep " " (lib.map (testId: "--skip=${testId}") skippedTests);