just: New test in 1.27.0 assumes JUST_CHOOSER is unset

This commit is contained in:
László Vaskó
2024-06-06 13:06:02 +02:00
parent 1a45d56a7a
commit 21ea0e48c8
+1
View File
@@ -57,6 +57,7 @@ rustPlatform.buildRustPackage rec {
"--skip=backticks::trailing_newlines_are_stripped" # Wants to use python3 as alternate shell
"--skip=choose::invoke_error_function" # wants JUST_CHOOSER to be fzf
"--skip=choose::default" # symlinks cat->fzf which fails as coreutils doesn't understand name
"--skip=config::tests::show_arguments" # interferes with JUST_CHOOSER being set
"--skip=edit::editor_precedence" # trying to run "vim" fails as there's no /usr/bin/env or which in the sandbox to find vim and the dependency is not easily patched
"--skip=shebang::run_shebang" # test case very rarely fails with "Text file busy"
];