1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-16 22:11:09 +01:00

tests/all-package-defaults: disable neotest dependees on aarch64-linux

This commit is contained in:
Gaetan Lepage 2025-09-13 21:25:07 +02:00 committed by Gaétan Lepage
parent c9f56ea275
commit db1a991f33

View file

@ -22,6 +22,38 @@ let
++ lib.optionals (hostPlatform.isLinux && hostPlatform.isAarch64) [ ++ lib.optionals (hostPlatform.isLinux && hostPlatform.isAarch64) [
# "tabnine" # "tabnine"
"cmp-tabnine" "cmp-tabnine"
# luajitPackages.neotest is flaky: (temporarily?) disable tests that depend on it
"compiler.nvim"
"neotest-bash"
"neotest-ctest"
"neotest-dart"
"neotest-deno"
"neotest-dotnet"
"neotest-elixir"
"neotest-foundry"
"neotest-go"
"neotest-golang"
"neotest-gradle"
"neotest-gtest"
"neotest-haskell"
"neotest-java"
"neotest-jest"
"neotest-minitest"
"neotest-pest"
"neotest-phpunit"
"neotest-playwright"
"neotest-plenary"
"neotest-python"
"neotest-rspec"
"neotest-rust"
"neotest-scala"
"neotest-testthat"
"neotest-vitest"
"neotest-zig"
"nvim-coverage"
"overseer.nvim"
"rustaceanvim"
] ]
++ lib.optionals hostPlatform.isDarwin [ ++ lib.optionals hostPlatform.isDarwin [
# xdotool is not available on darwin # xdotool is not available on darwin