From db1a991f33fb43cf0e2a4aff54a8c53b4dc12128 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Sat, 13 Sep 2025 21:25:07 +0200 Subject: [PATCH] tests/all-package-defaults: disable neotest dependees on aarch64-linux --- tests/all-package-defaults.nix | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/tests/all-package-defaults.nix b/tests/all-package-defaults.nix index 5bda040f..3724acde 100644 --- a/tests/all-package-defaults.nix +++ b/tests/all-package-defaults.nix @@ -22,6 +22,38 @@ let ++ lib.optionals (hostPlatform.isLinux && hostPlatform.isAarch64) [ # "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 [ # xdotool is not available on darwin